0
votes

Presently am using the sonarqube v4.5.6 & sonar runner 2.4 to do the analysis for the dotnet code built on the Msbuild v12(VS2013) but now am trying to upgrade sonar (to sonarqube v5.6.5 & sonar scanner for MsBuild v2.2) but am getting failure while i build the project using MsBuild v12(after begin & before end of the Scanner). please suggest me to use the upgraded sonar to work with the MsBuild v12...

Please feel free to contact me, if you need further details from me...

1

1 Answers

0
votes

As stated in the compatibility docs SonarQube Scanner for MSBuild doesn't work with MSBuild 12. You'll need to compile with MSBuild 14, possibly using the TargetFrameworkVersion property.