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