From 47d30c27a87275a17f5f3e3c6e4af4192dec4fb4 Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Mon, 10 Aug 2020 15:28:05 -0500 Subject: [PATCH] SONAR-13626 Fix MSBuild SonarScanner Docs formatting --- .../src/pages/analysis/scan/sonarscanner-for-msbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cb9a8b0cbda..598309c4f43 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 @@ -186,7 +186,7 @@ Concurrent analyses (i.e. parallel analysis of two solutions on the same build m 1. Go in the `Targets` folder and copy the folder `SonarQube.Integration.ImportBefore.targets` 1. Paste it under your build tool global `ImportBefore` folder (if the folder doesn't exist, create it). * For MSBuild, the path is `\\Microsoft.Common.targets\ImportBefore` where is: - *For v14, default path is: `C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.Targets\ImportBefore` + * For v14, default path is: `C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.Targets\ImportBefore` * For v15, default path is: `C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Microsoft.Common.targets\ImportBefore` (for VS Community Edition) * For v16, default path is: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Microsoft.Common.targets` (for VS Community Edition) * For dotnet, the path is `\15.0\Microsoft.Common.targets\ImportBefore` where `` can be found using the `dotnet --info` and looking for the Base Path property. -- 2.39.5