From 176fc0df3779c528e02c7bbc488b0c6f825e9155 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Tue, 18 Feb 2020 04:02:47 -0600 Subject: [PATCH] !deploy updates to 2.10.0 ## 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 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 9eaec471f..38c0d7bd6 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 '')"))]","_"