首页 > 解决方案 > Can I create Release pipeline (CD) in Azure DevOps directly using YAML?

问题描述

I need to create a release pipeline (CD) without creating a CI pipeline. I will use artifacts from GitHub. Can I create the CD using YAML or it is like I need to create CI with YAML and CD can not be created directly using YAML ?

标签: azure-devopsyamlazure-pipelinesdevopsazure-pipelines-release-pipeline

解决方案


You can't create Release classic pipeline using YAML. Your only option is the editor. But YAML has something different (which in the future can replace Release pipelines - this is my personal opinion). It is job deployments. Please take a look here.


推荐阅读