Help installing SonarScanner for MSBuild

The tutorial isn’t that much interactive, and we are only showing you here the default invokation of the SCanner, by calling it’s exe directly (which is part of the binaries that i talked about above).

In your case, simply copy the arguments, without the name of the exe, that are displayed in the boxes here, and paste them after “dotnet-sonarscanner” , you should be good doing it like that.

Mickaël