Closed
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
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