diff --git a/.azure-pipelines/templates/installer-tests.yml b/.azure-pipelines/templates/installer-tests.yml index 5211ee1b4..6f98779ac 100644 --- a/.azure-pipelines/templates/installer-tests.yml +++ b/.azure-pipelines/templates/installer-tests.yml @@ -11,5 +11,5 @@ jobs: pool: vmImage: $(imageName) steps: - - script: wusa /uninstall /kb:3134758 + - script: wusa /uninstall /kb:3134758 /quiet /norestart - script: powershell -Command "$PSVersionTable.PSVersion"