Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
!deploy updates to 2.10.0
Browse files Browse the repository at this point in the history
## 2.10.0.X - 2020-02-18

* **Brought minimum .NET version to 4.7.2**
* Updated build process to use InvokeBuild instead of psake
* Updated tasks to pull down the latest dependent assemblies during build
* Added scheduled build triggers for weekly deployments
* Changed the version scheme so it includes the date stamp as the build version
  • Loading branch information
scrthq committed Feb 18, 2020
1 parent fa83b71 commit 176fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $helperUri = @(
'scrthq' # User
'a99cc06e75eb31769d01b2adddc6d200' # Gist ID
'raw'
'017a0f70ef9f7675119f1dadd4209857a3824ff0' # Commit SHA
'5d9933ff2c7433a1ec415282354fb9503748601f' # Commit SHA
'AzurePipelineHelpers.ps1' # Filename
) -join '/'
$fileUri = $helperUri -replace "[$([RegEx]::Escape("$(([System.IO.Path]::GetInvalidFileNameChars() + [System.IO.Path]::GetInvalidPathChars()) -join '')"))]","_"
Expand Down

0 comments on commit 176fc0d

Please sign in to comment.