0
votes

I have multiple project in a solution all under one branch. I've setup separate azure build pipeline for each ?
When I try to setup C I for each , the commits to one project triggers all build pipelines ?

The folder structure under the azure git repo branch is Root Folder --> Proj1 Folder Root Folder --> Proj2 Folder

Also the Checkout is at branch so it downloads all projects which I need to minimize to project which gets the commits.Azure Git Structure

1
Not get your response for several days, would you please share your latest information about this issue? If you have any concern, feel free to share it here.Hugh Lin

1 Answers

0
votes

You need to set up the triggers for the pipeline. By default it will listen for all changes on that repository/branch. You need to edit the pipeline and add a path filter to the trigger.

  1. Edit your pipeline and then click on the third tab "Triggers" Triggers tab in Azure DevOps Pipeline

  2. Add a path filter Add path filter to the trigger in Azure DevOps