Update installer-tests.yml

This commit is contained in:
Adrien Ferrand 2020-01-08 08:32:15 +01:00 committed by GitHub
parent b0c1ef57fd
commit 192084419c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"