summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-08-10 17:26:52 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-08-10 17:26:52 -0400
commit81b2a927d50def6c2643db51394a170593d1db85 (patch)
treed57bb048037baa47f526f11a424a85fc2ea490c3 /azure-pipelines.yml
parenta916009d4b29995ea8ad61ad47a51c2ee1fa80bc (diff)
New upstream version 2.3.1+dfsgupstream/2.3.1+dfsg
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index cabe88f..bd773d3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -49,6 +49,9 @@ jobs:
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)\$(CI_ENV_BUILD_TYPE).zip
artifactName: Windows $(CI_ENV_BUILD_TYPE)
+ - script: choco install innosetup --version 5.6.1.20190126 --allow-downgrade
+ displayName: Ensure desired version of Inno Setup is installed.
+ condition: eq(variables['CI_ENV_BUILD_TYPE'], 'Release')
- script: build_installer.bat
displayName: Build Installer
condition: eq(variables['CI_ENV_BUILD_TYPE'], 'Release')