Cannot create Release Pipeline in Azure DevOps

1.3k Views Asked by At

I am trying to create a Release Pipeline to release my SQL Database Project in Azure DevOps Project

I have created a Build pipeline fine, but when I go to releases and click on the New pipeline nothing happens.

enter image description here

Tried this with multiple accounts, different browsers and no luck.

checked the browser console for errors and it is clear there as well.

Any ideas?

1

There are 1 best solutions below

2
On BEST ANSWER

I found the same issue. I was able to work around it with steps described here.

Create a fake release from any GitHub project. You will see brand new release pipeline after that: New release pipeline

Next pipeline creation works well. I hope it will help you. I am sorry, that this is not working out of the box, but you can make it work with this steps :)