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.
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?
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:
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 :)