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"