diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index a545a562..d0cd11c2 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -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 = @"