Do you know that there are special columns that helps you to track progress directly in backlog view?
If you decide to use PowerShell for your build and then use it in Azure DevOps pipeline you should pay attention to manage error code
If you include PowerShell in your pipeline, it can be executed in hosted Linux images because PowerShell Core is already installed
When you push frequently you can avoid triggering continuous integration with a simple comment
Sonar cloud analyzer task is going to drop support for JDK 8, you need to update your agents to avoid build stops working
Thanks to Azure DevOps specialized Task, integrating SonarCloud analysis in your process is a breeze
One of the most awaited feature is now live, the ability to add rules for state transition for custom processes.
Sometimes you have legacy projects with many solutions that compose a single product. In this scenario you want to build each solution separately but you also need a full release to build everything at the same point in time
If you got a green pipeline result but you have Test Error in summary, this is probably caused by re-run of flaky tests.