1

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

AllSpark
  • 425
  • 1
  • 4
  • 17

1 Answers1

0

You can refer Deploy PR builds using Azure Pipelines documentation here

Srivatsa Marichi
  • 649
  • 1
  • 5
  • 8