-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
Originally posted by @azure-pipelines in #32362 (comment)
with /azp list you can get the list of the available pipeline, but if you try to trigger them you will see:
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
because they have that setting:
runtime/eng/pipelines/coreclr/ci.yml
Line 26 in 3216324
| pr: none |
So if we want to be able to trigger something with /azp run pipeline name we need to do the workaround from https://github.com/MicrosoftDocs/vsts-docs/issues/4206
nattress