visual studio 2017 - Can I use the dotnet msbuild command for SonarQube? -


can use dotnet msbuild command instead of msbuild task vsts sonarcube extension (sonarqube scanner msbuild) has exact same capabilities?

https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-msbuild

the command has exact same capabilities existing msbuild command-line client. options same. use msbuild command-line reference obtain information on available options.

click here see how configured vsts sonarqube

to used sonar in build process, need install sonarqube task. task free, , see , install in visual studio market place. need add tasks enable sonar analysis, , setup sonar endpoint.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -