Scenario: Implement a code flow strategy for Project2 that will:
Enable Team2 to submit pull requests for Project2.
Enable Team2 to work independently on changes to a copy of Project2.
Ensure that any intermediary changes performed by Team2 on a copy of Project2 will be subject to the same restrictions as the ones defined in the build policy of
Project2.
Step 1: Create a repository -
Step 2: Add a build policy for the master branch
Step 3: Create a branch -
Each branch must have a defined policy about how to integrate code into this branch.
References:
https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/release-flow
Implement DevOps Development Processes