Unified pipelines
Share
Services
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.
[Read blog](https://aka.ms/Build2019%5FDevOps)
* Azure Pipelines
* Features