Reputation: 425
We use gitflow. When pull request is created and approved we want to run a gated build. on sucess want to create a release branch from pull request commit. This commit build should get picked up by the gated approval. Could you please direct me to documentation or how to achieve this
Upvotes: 1
Views: 557
Reputation: 809
You can refer Deploy PR builds using Azure Pipelines documentation here
Upvotes: 0