]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS update links to SonarScanner for MSBuild
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Tue, 1 Dec 2020 21:25:36 +0000 (15:25 -0600)
committersonartech <sonartech@sonarsource.com>
Wed, 2 Dec 2020 20:06:58 +0000 (20:06 +0000)
server/sonar-docs/src/pages/analysis/overview.md
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-jenkins.md
server/sonar-docs/src/pages/analysis/scan/sonarscanner.md

index a2f048d52ac628c59bd779edbfbdba450e677f22..613a7c99f401c4e5fa1f1fe0aee717a6f76f95ea 100644 (file)
@@ -6,7 +6,7 @@ url: /analysis/overview/
 Once the SonarQube platform has been installed, you're ready to install a scanner and begin creating projects. To do that, you must install and configure the scanner that is most appropriate for your needs. Do you build with:
 
 * Gradle - [SonarScanner for Gradle](/analysis/scan/sonarscanner-for-gradle/)
-* MSBuild - [SonarScanner for MSBuild](/analysis/scan/sonarscanner-for-msbuild/)
+* .NET - [SonarScanner for .NET](/analysis/scan/sonarscanner-for-msbuild/)
 * Maven - use the [SonarScanner for Maven](/analysis/scan/sonarscanner-for-maven/)
 * Jenkins - [SonarScanner for Jenkins](/analysis/scan/sonarscanner-for-jenkins/)
 * Azure DevOps - [SonarQube Extension for Azure DevOps](/analysis/scan/sonarscanner-for-azure-devops/)
index ca373f9af99011fc7246cb4b39226718a61fbbbb..7ee272fd082ef310bddb36097a61649f31128780 100644 (file)
@@ -12,7 +12,7 @@ Then you can trigger SonarQube analysis from Jenkins using standard Jenkins Buil
 * [SonarScanner](/analysis/scan/sonarscanner/)
 * [SonarScanner for Maven](/analysis/scan/sonarscanner-for-maven/)
 * [SonarScanner for Gradle](/analysis/scan/sonarscanner-for-gradle/)
-* [SonarScanner for MSBuild](/analysis/scan/sonarscanner-for-msbuild/)
+* [SonarScanner for .NET](/analysis/scan/sonarscanner-for-msbuild/)
 
 Once the job is complete, the plugin will detect that a SonarQube analysis was made during the build and display a badge and a widget on the job page with a link to the SonarQube dashboard as well as quality gate status.
 
@@ -25,7 +25,7 @@ Once the job is complete, the plugin will detect that a SonarQube analysis was m
 
 ## Analyzing a .NET solution
 **Global Configuration**  
-This step is mandatory if you want to trigger any of your analyses with the SonarScanner for MSBuild. You can define as many scanner instances as you wish. Then for each Jenkins job, you will be able to choose which launcher to use to run the SonarQube analysis.
+This step is mandatory if you want to trigger any of your analyses with the SonarScanner for .NET. You can define as many scanner instances as you wish. Then for each Jenkins job, you will be able to choose which launcher to use to run the SonarQube analysis.
 1. Log into Jenkins as an administrator and go to **Manage Jenkins > Global Tool Configuration**
 1. Click on **Add SonarScanner for MSBuild**
 1. Add an installation of the latest available version. Check **Install automatically** to have the SonarScanner for MSBuild automatically provisioned on your Jenkins executors
@@ -132,7 +132,7 @@ node {
   }
 }
 ```
-SonarScanner for MSBuild:
+SonarScanner for .NET:
 ```
 node {
   stage('SCM') {
index d60e96bc91ba07bd05a1fa0e6a67548b9393b6d0..7c62ea16dd9519807660c2a94a53af994fcac0ec 100644 (file)
@@ -178,5 +178,5 @@ set SONAR_SCANNER_OPTS=-Xmx512m
 Upgrade the version of Java being used for analysis or use one of the native package (that embed its own Java runtime).
 
 **Property missing: `sonar.cs.analyzer.projectOutPaths'. No protobuf files will be loaded for this project.**  
-Scanner CLI is not able to analyze .NET projects. Please, use the Scanner for MSBuild. If you are running Scanner for MSBuild, ensure that you are not hitting a known limitation.
+Scanner CLI is not able to analyze .NET projects. Please, use the SonarScanner for .NET. If you are running the SonarScanner for .NET, ensure that you are not hitting a known limitation.