Search code examples
azureazure-devopsyamlmultibranch-pipeline

azure devops shows 'set up build' button


I am using git service of azure devops. I have my build pipeline setup with master branch using yml file. And it runs & perform well. Question is on Azure UI: Why does it show me the button 'Set up build' i already have my pipeline setup.

The reason is that the latest commit did not trigger my pipeline as we are excluding build trigger for README file changes. (Build status links with commit id) is there anyway to show the latest build status instead of this button.

enter image description here


Solution

  • This happens if we commit some files which is part of exclusion in pipeline trigger, as in this particular commit there is no pipeline status is linked.