Pin Inno Setup to Version 6.0.2 on Azure Pipelines

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Nelson Chen 2019-07-08 22:04:07 -07:00 committed by Dom Rodriguez
parent 4ed0141389
commit 823b42e028
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ 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
- script: choco install innosetup --version 6.0.2 --allow-downgrade
displayName: Ensure desired version of Inno Setup is installed.
condition: eq(variables['CI_ENV_BUILD_TYPE'], 'Release')
- script: build_installer.bat