Hi All,
I have scan my Xamarin code locally with sonar scanner in mac terminal as below
SonarScanner.MSBuild.exe begin /k:“project-key”
MSBuild.exe /t:Rebuild
SonarScanner.MSBuild.exe end
How do i get Quality gate status of scanned result , as depending on it i dont want to deploy the build.