如何在两个发布管道 Azure DevOps 之间添加依赖关系

How to add dependency between two release pipeline Azure DevOps

我有一个场景,我想在发布管道中创建一个依赖项,一旦一个管道完成其任务,就应该触发下一个发布管道。 我怎样才能实现它。

How to add dependency between two release pipeline Azure DevOps

您可以使用扩展名 Trigger Azure DevOps Pipeline:

Trigger Azure DevOps Pipeline is an extension for triggering a Azure DevOps Build or Release Pipeline.

Depending on your choice in the task, it will trigger a build or a release pipeline.

To use the extension, an Azure DevOps API endpoint needs to be created. The token used in the endpoint should be Personal Access Token.