From ba6e4a3704521ac738a4ed5f9a5497ff8735ea1f Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 20:48:09 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index d0cd11c2..ed642342 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 = @"