github SonarSource/sonar-scanner-msbuild 7.0.0.95646
7.0.0

latest releases: 8.0.3.99785, 9.0.0-rc.99116, 8.0.2.98917...
2 months ago

Breaking changes

The default value for the /d:sonar.host.url parameter changed from http://localhost:9000 to https://sonarcloud.io.

What's new

The scanner no longer depends on a local Java runtime environment installation. The required Java runtime environment is provisioned and cached by the scanner.

You can skip this provisioning by specifying one of these parameters in the begin step:

  • /d:sonar.scanner.skipJreProvisioning=true
  • /d:sonar.scanner.javaExePath="<<path\to\java.exe>>"

Don't miss a new sonar-scanner-msbuild release

NewReleases is sending notifications on new releases.