From d6291513deb86d7d30af1465358336a8ee13eb13 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 6 Nov 2021 21:20:32 +0000 Subject: [PATCH] Bump Inno Setup version to 6.2.0 from 6.0.2 Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 99ee4272..dd170def 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 6.0.2 --allow-downgrade + - script: choco install innosetup --version 6.2.0 --allow-downgrade displayName: Ensure desired version of Inno Setup is installed. condition: eq(variables['CI_ENV_BUILD_TYPE'], 'Release') - script: build_installer.bat