Hi All!
We are using SonarCloud with our Azure Devops build pipeline but I wanted to not fail a build upon a failed scan, but instead add a release gate so that it goes into Dev but not test nor production if the check fails…
Currently it doesn’t look like there is a plugin support for adding a custom gate to our release pipeline to do this, that being the case is there any API I can call into that will let me see if the quality gate passed and how would I get a reference for the Build’s Quality check via the SonarSource.sonarcloud…SonarCloudPrepare@1 build task?
Cheers
Michael.