From df6f36801536a6ef18a244ca4a78b53786b1d797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 18 Aug 2019 21:33:18 +0200 Subject: [PATCH] Pass the build number to the create installer script Build number can be customized: https://github.com/MicrosoftDocs/vsts-docs/issues/666#issuecomment-386769445 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e753bd1e..fe69e3e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,7 +76,7 @@ jobs: - script: | set PATH=%PATH%;C:\Qt\Qt5.12.4\5.12.4\msvc2017_64\bin cd $(Build.SourcesDirectory)\ci\win - .\create_installer.cmd x64 7z + .\create_installer.cmd x64 7z $(Build.BuildNumber) displayName: 'Create installer' - task: CopyFiles@2 inputs: