Skip to content

Conversation

@natemcmaster
Copy link
Contributor

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

…ance task

Component governance is automatically configured for all builds now
@natemcmaster natemcmaster requested a review from dougbu February 21, 2019 15:34
@natemcmaster
Copy link
Contributor Author

By the way, this is what I mean by "automatically configured". A post-build step is added automatically on all builds running in dnceng.

imagei

# 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))
Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default view in AzDO shows all stderr messages (even though we are ignoring them). I'm trying to address this:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants