From 872ce51d526ea8fba10ad979e8f862c33d9c7a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 22 Aug 2019 09:05:05 +0200 Subject: [PATCH] Pass the actual build number --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df5370fa..d00d96d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,7 +81,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 $(buildNumber) + .\create_installer.cmd x64 7z $(Build.BuildNumber) displayName: 'Create installer' - task: CopyFiles@2 inputs: