AllSpark
AllSpark

Reputation: 425

Build trigger to create release branch azure devops

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

Answers (1)

Srivatsa Marichi
Srivatsa Marichi

Reputation: 809

You can refer Deploy PR builds using Azure Pipelines documentation here

Upvotes: 0

Related Questions