Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Brett Hewitson 2022-12-21 20:46:25 +10:00
parent cfd6c0d41e
commit c92998dc01

View file

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