cake-contrib / Cake.Sonar

:cake: :jigsaw: Cake addin to execute the MSBuild scanner for SonarQube in Cake builds
https://cakebuild.net/extensions/cake-sonar/
MIT License
31 stars 24 forks source link

Add support to new SonarScanner MSBuild executable. #49

Closed burakince closed 6 years ago

burakince commented 6 years ago

The new version of SonarScanner for MSBuild 4.1 giving us this warning message.

WARNING: ------------------------------------------------------------------------
This executable is deprecated and may be removed in next major version of the SonarScanner for MSBuild. Please use 'SonarScanner.MSBuild.exe' instead.
------------------------------------------------------------------------

So, I added SonarScanner.MSBuild.exe executable support. I think it's ready for the new major version of the SonarScanner now. :)

tomstaijen commented 6 years ago

Thanks!