简体   繁体   中英

azure repo child branch is not triggering release pipeline

I am running a (Azure Repo)master branch through azure devops pipeline which is running fine.

I want to create child branch (Azure Repo) of the master branch(Azure Repo). Now, I want to deploy the child branch through the pipeline. The child branch create a new azure-pipeline.yaml file which is not triggering the release pipeline. Could you please be kind to give me the solution? how can I run pipeline for the child branch and what are the configurations are required?

When configuring your release pipeline, enable the continuous deployment trigger and add both of the master branch and child branch. Then, every time a new build is finished on master or child branch, new release will be created and start the deployment.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM