Stop Azure DevOps build validation loops from pipeline self‑push
Summary Modifying files inside an Azure DevOps Build Validation pipeline triggers a new run, because the pipeline’s own push creates a new commit on the PR branch. Even when the commit message contains [skip ci], Azure DevOps treats the push as a new PR update and starts the validation pipeline again, leading to an infinite loop. … Read more