In git mode, when we want to test a pipeline, ADF forces us to publish first. Publish action does two things is my understanding
- Saves to the local ADF (DEV) as given here
- Creates arm templates in a branch (adf_publish/the branch we specify)
But to get the 'Publish' button enabled, we need to be in collaboration branch. This means no two people can work at the same time on a DEV ADF. As both people will be asked to publish by ADF before they could test the pipeline they are building.
If this is the case then why is there an option for us to connect another branch other than collaboration branch? (by changing it from the drop down)
Also what is a 'working branch'?