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.
If you miss Release please check if you have them enabled:
But keep in mind that this is not recommended approach. You should use YAML multi stage pipeline for deployments.