Skip to main content

Unified pipelines

Published date: 06 May, 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. 

Read blog

  • Azure Pipelines
  • Features