Conversation
MIchaelMainer
left a comment
There was a problem hiding this comment.
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.
Thanks for taking in the suggestions!
No description provided.