Member-only story
Disabling the Creation of Classic Release Pipelines in Azure DevOps: What It Means for Your Organization
In Azure DevOps, organizations can choose between YAML-based pipelines and classic pipelines for managing builds and releases. While YAML pipelines provide a more modern, code-centric approach to continuous integration and deployment, some organizations still use classic pipelines, which offer a more visual interface and task-based structure for releases.
One key feature in the Azure DevOps settings, as shown in the screenshot, is the ability to “Disable creation of classic release pipelines.” Let’s explore what this toggle does and what it means for your organization.
What Happens When You Disable Classic Release Pipelines?
When the option “Disable creation of classic release pipelines” is enabled, the following changes take place:
- No New Classic Release Pipelines: Users will no longer be able to create new release pipelines using the classic pipeline editor. This effectively pushes users towards using YAML-based pipelines for release management.
- No Task or Deployment Group Creation: Users will also be unable to create or import new task groups and deployment groups in the classic format. Task groups allow you to reuse sets of…