From b0c1ef57fdb4b7a4fe5f89346a0fe220cc6481fa Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 8 Jan 2020 08:27:18 +0100 Subject: [PATCH] Update installer-tests.yml --- .azure-pipelines/templates/installer-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/templates/installer-tests.yml b/.azure-pipelines/templates/installer-tests.yml index 70c0b35bc..5211ee1b4 100644 --- a/.azure-pipelines/templates/installer-tests.yml +++ b/.azure-pipelines/templates/installer-tests.yml @@ -12,5 +12,4 @@ jobs: vmImage: $(imageName) steps: - script: wusa /uninstall /kb:3134758 - condition: eq('${{ imageName }}', false) - script: powershell -Command "$PSVersionTable.PSVersion"