]> source.dussan.org Git - sonarqube.git/commitdiff
Update S4MSB docs - remove sonarcloud param (#2125)
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>
Wed, 9 Oct 2019 13:42:45 +0000 (15:42 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 9 Oct 2019 18:21:07 +0000 (20:21 +0200)
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md

index cca76cafe5d1b754e6c35c7bde167e08d22a0c76..947fd8858fb5248c814f2f197aa52f352f9d4768 100644 (file)
@@ -102,7 +102,6 @@ Parameter|Description
 `/k:<project-key>`|[required] Specifies the key of the analyzed project in SonarQube
 `/n:<project name>`|[optional] Specifies the name of the analyzed project in SonarQube. Adding this argument will overwrite the project name in SonarQube if it already exists.
 `/v:<version>`|[recommended] Specifies the version of your project.
-<!-- sonarcloud --> `/d:sonar.organization=<organization>`|[required] Specifies the name of the target organization in SonarCloud <!-- /sonarcloud -->
 `/d:sonar.login=<username> or <token>`| [optional] Specifies the username or access token to authenticate with to SonarQube. If this argument is added to the begin step, it must also be added on the end step.
 `/d:sonar.password=<password>`|[optional] Specifies the password for the SonarQube username in the `sonar.login` argument. This argument is not needed if you use authentication token. If this argument is added to the begin step, it must also be added on the end step.
 `/d:sonar.verbose=true`|[optional] Sets the logging verbosity to detailed. Add this argument before sending logs for troubleshooting.