From 31815ff89baafff63b9f5d000d1d132d57eed605 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 21:45:13 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index fbae091e..55c86e7b 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -109,11 +109,13 @@ stages: - task: Installer@1 displayName: 'Install Inno Setup' + enabled: false inputs: version: '6.0.5' - task: Build@1 displayName: 'Build Setup File' + enabled: false inputs: file: .azure/scripts/ArkServerManager.iss