Skip to content
Advertisement

Tag: msbuild

SonarQube MsBuild scanner on linux build agent

We build or dotnet core 1.1 projects on our own linux build agents in docker. (https://github.com/Microsoft/vsts-agent-docker) We would like to use Sonar to analyze our C# code. But it seems that the SonarQube MsBuild Scanner can’t run in linux environment. Does anybody know a workaround for this. We don’t really want to use Windows agents just to do the code

Advertisement