Why is the "Releases" option missing from Azure Pipelines?

938 Views Asked by At

I'm trying to create a release pipeline for my Azure DevOps project, but I don't have the "Releases" option under the Pipelines tab. I've checked the project settings and made sure that the "Disable creation of classic release pipelines" option is turned off, but the option is still missing.

I'm using the latest version of Azure DevOps, and I'm a project administrator.

Does anyone know why I might not have the "Releases" option?

Thanks, Armandoenter image description here

I tried to find a solution to the problem of the missing "Releases" option in Azure Pipelines. I searched for solutions online and found a few different suggestions. I tried the following steps:

I checked the project settings to make sure that the "Disable creation of classic release pipelines" option was turned off. I made sure that I was using the latest version of Azure DevOps. I checked my permissions to make sure that I had the necessary permissions to create releases. However, none of these solutions worked. I am still unable to create releases in Azure Pipelines.

I was expecting to be able to see the "Releases" option under the Pipelines tab in Azure DevOps. I was also expecting to be able to create a release pipeline by clicking on the "Create Release" button.

1

There are 1 best solutions below

0
Krzysztof Madej On

If you miss Release please check if you have them enabled:

enter image description here

To improve the security of newly created organizations, we will disable creating classic build and release pipelines for new organizations, beginning next sprint. By default, you'll be able to create only YAML pipelines. In contrast to the classic build and release pipelines, YAML pipelines can undergo code review, provide resource access management and support runtime parameters, enhancing overall security with an extra layer of protection. You can enable creation of classic build and release pipelines in your organization's and projects' settings, using the toggles introduced last sprint.

The changes will not impact existing projects and organizations.

But keep in mind that this is not recommended approach. You should use YAML multi stage pipeline for deployments.