-
Notifications
You must be signed in to change notification settings - Fork 233
Build pipeline #1026
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
Build pipeline #1026
Conversation
MIchaelMainer
left a comment
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.
Does build or test run linter?
Also, can you add CredScan and Component Governance tasks as the first two tasks?
Please name this pipeline with the name: field. Please change the file name to be more descriptive of what this pipeline does. Then you can use $(BuildDefinitionName) as part of the name: so you match the filename with the name that shows up in the Azure Pipelines UI.
Please be explicit about whether this is supposed to run on PR and/or commits. Give path specs that limit the type of changes that should result in a new build. Give branch specs as well since we don't want this to run on all branches. Here's some reference.
baywet
left a comment
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.
Thanks for taking in the suggestions!
gavinbarron
left a comment
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.
🚀
No description provided.