From bdeb5b2408fd9acb8c4f2c712b06d98a70eef3f8 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 15 Jan 2020 15:25:34 -0600 Subject: [PATCH] let's actually look in the right folder for the version file --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3ba74554..880b3a5b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -85,7 +85,7 @@ steps: echo changing to encoding for linux start script dos2unix $(outputFolder)\StartIW4MAdmin.sh echo creating website version filename - echo $(Version.Major).$(Version.Minor).$(Version.Build).$(Build.BuildId) > $(Build.Repository.LocalPath)\version_prerelease.txt + @echo $(Version.Major).$(Version.Minor).$(Version.Build).$(Build.BuildId) > $(Build.ArtifactStagingDirectory)\version_prerelease.txt workingDirectory: '$(Build.Repository.LocalPath)\Application\BuildScripts' - task: CopyFiles@2