microsoft / theme-converter-for-vs

CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme.
MIT License
502 stars 53 forks source link

Add anti malware scan to pipeline #45

Closed huguesv closed 3 years ago

huguesv commented 3 years ago

It's causing these errors, not sure what is going on, I've looked at runs of the pipeline I'm basing this on, and that didn't happen there

2021-08-28T00:36:13.2969766Z Initializing analysis environment...
2021-08-28T00:36:13.5270831Z ##[error]Service Windows Update (wuauserv) is disabled
2021-08-28T00:36:13.5332911Z ##[error]If the group policy does not disable the service and the account this build is running under has admin privileges, you can check the "Enable Required Services for Windows Update if Disabled" checkbox in the build task UI to have the service enabled.
2021-08-28T00:36:15.9461864Z ##[error]Service Windows Update (wuauserv) is disabled
2021-08-28T00:36:15.9718562Z ##[section]Finishing: Run Antivirus on Source
ketttY commented 3 years ago

Approving since the errors are not blocking the checks. Wondering do you know which "build task UI" it is referring to in the error?

huguesv commented 3 years ago

I was able to get the right parameters by using the azure pipeline editor UI. It runs fine now.