I am using AzureDevOps both as the git repo and the CI system. I am wondering if there is a way to use Sonarcloud to prevent builds that have issues from completing. I know that I can block PRs with quality gates, that works, but I am wondering if I can go one step further and prevent builds from completing.
Thank you for any help you can provide!