From 191bde9d1c612300f069683a0a235804b7246928 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 15 Jan 2020 15:06:05 -0600 Subject: [PATCH] test updating website version file from ftp upload --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ba5d13e..c3ba7455 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,6 +84,8 @@ steps: script: | 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 workingDirectory: '$(Build.Repository.LocalPath)\Application\BuildScripts' - task: CopyFiles@2 @@ -125,7 +127,9 @@ steps: username: '$(FTPUsername)' password: '$(FTPPassword)' rootDirectory: '$(Build.ArtifactStagingDirectory)' - filePatterns: '*.zip' + filePatterns: | + '*.zip' + version_prerelease.txt remoteDirectory: 'IW4MAdmin/Download' clean: false cleanContents: false