microsoftgraph / microsoftgraph/msgraph-metadata
Fix validation pipeline to only run on targeted resources
@MIchaelMainer is already working on this.
Since Apr 9, 2020.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
Both the v1.0 and beta validatoin pipelines need an update to deal with the fact that resource pipeline triggers cannot be restricted on resource path spec. The triggers only work on branch path specs. This causes both pipelines to be run when changes are made to both v1.0 and beta metadata resources.
Essentially, the validation pipelines will have failures since the artifact it needs will not be available in one run, but will be available in the other run since it will be available.
https://developercommunity.visualstudio.com/content/idea/928461/support-path-filter-for-pipeline-build-trigger.html
AB#7455
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.