From c92998dc01757e077daff1151c5448048d2ab2a3 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 20:46:25 +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 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 = @"