-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Always kill processes and remove direct reference to component governance task #7793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always kill processes and remove direct reference to component governance task #7793
Conversation
…ance task Component governance is automatically configured for all builds now
# Detect OSS Components in use in the product. Only needs to run on one OS in the matrix. | ||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 | ||
displayName: Detect components | ||
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to know about the new build step 😸
_kill git.exe | ||
_kill vctip.exe | ||
_kill chrome.exe | ||
_kill h2spec.exe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this really change? The failure message taskkill
spits out wasn't horrendous.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addresses #7777
Component governance is automatically configured for all builds now.
cc @Eilon - targeting release/3.0-preview3 because this is affecting builds on all branches