Using Azure Devops, I'm trying to create a CD/CD pipeline.
In an ideal scenario, the situation should typically unfold like this:
However, contrary to expectations, the current scenario is quite different, manifesting itself in this way:
What's wrong here?
You can go to "Organization Settings" (and "Project Settings") > "Pipelines" > "Settings" to check whether the option "Disable creation of classic release pipelines
" is turned on. If so, turn it off.
When the option "Disable creation of classic release pipelines
" is turned on:
Releases
' option under Pipelines section and also cannot create new release pipelines within this project.Releases
' option under Pipelines section but cannot create new release pipelines within this project.In addition: