From 792f6a00d5a4ff22a9a0ccbba3049c47723c0267 Mon Sep 17 00:00:00 2001 From: Martin Strobel Date: Wed, 1 May 2019 09:41:57 -0700 Subject: [PATCH] Disable MSI Test It seems that msiexec isn't enough, and that the updated Azure CLI is not being tested after it's installed on the agent. We need to take a look at this, but until we get it working we'll have to manually test the MSI installer. --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ed456ad6a76..4848824a481 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,7 +105,8 @@ jobs: displayName: Test Windows MSI dependsOn: BuildWindowsMSI - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual')) + # condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual')) + condition: false pool: vmImage: 'vs2017-win2016' steps: