Using sonarqube 8.3 and Gitlab 11.10.8-ee with sonar-scanner-msbuild-4.10.0.19059-net46.
Is it possible to have the quality gate feed back the results to Gitlab CI via a flag/option for a msbuild sonar-scanner. As the the non-msbuild sonar-scanner seems to have the ability to fail a pipeline via
“sonar.qualitygate.wait=true”.
There are plugin options out there and of course I can roll my own solution.
But it would be nice if i could use a flag with the msbuild sonar-scanner.
According to the docs, you set that flag in your .gitlab-ci.yml file. … Do you not use that same file when analyzing with the SonarScanner for MSBuild?