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"