Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Brett Hewitson 2022-12-21 20:48:09 +10:00
parent c92998dc01
commit ba6e4a3704

View file

@ -86,7 +86,7 @@ stages:
$appVersion = $env:BUILD_BUILDNUMBER $appVersion = $env:BUILD_BUILDNUMBER
$appVersionShort = $appVersion.Substring(0, $appVersion.LastIndexOf('.')) $appVersionShort = $appVersion.Substring(0, $appVersion.LastIndexOf('.'))
$appVersionWithUnderscores = $appVersion.Replace('.', '_') $appVersionWithUnderscores = $appVersion.Replace('.', '_')
$publishPath = $($env:BUILD_ARTIFACTSTAGINGDIRECTORY)\bin $publishPath = "$env:BUILD_ARTIFACTSTAGINGDIRECTORY\bin"
$installTextFile = '.azure/scripts/Installer.txt' $installTextFile = '.azure/scripts/Installer.txt'
$installTextFileContent = @" $installTextFileContent = @"