aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis
diff options
context:
space:
mode:
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>2019-10-09 15:42:45 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-09 20:21:07 +0200
commite09ebc0335e929355d1f096b31c97aa46d06d288 (patch)
tree5bfebbb0370eb186e307f8e01b617cb77e4468e7 /server/sonar-docs/src/pages/analysis
parent140e84fbdfd4ec9ddc15a7574d984ff1c059f6a0 (diff)
downloadsonarqube-e09ebc0335e929355d1f096b31c97aa46d06d288.tar.gz
sonarqube-e09ebc0335e929355d1f096b31c97aa46d06d288.zip
Update S4MSB docs - remove sonarcloud param (#2125)
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r--server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md
index cca76cafe5d..947fd8858fb 100644
--- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md
+++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md
@@ -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.