Unified pipelines
Published date: May 06, 2019
Azure Pipelines offers the ability to create Continuous Integration Pipelines, called “Build Pipelines”, in a declarative way using a YAML file. We’re now extending support to Continuous Delivery Pipelines, called “Release Pipelines”, and defined via a YAML document. Additionally, the same YAML file can contain the definition for both CI and CD pipelines.