From a71ab444ca0f21311bab481e4f38c2a137c5c5e1 Mon Sep 17 00:00:00 2001 From: Andrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com> Date: Fri, 6 Mar 2020 13:37:21 +0100 Subject: [PATCH] [DOCS] Add link to C# import UT & coverage guide (#2566) --- .../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 dbb87bdfdde..88e7a892bfa 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 @@ -117,7 +117,7 @@ For detailed information about all available parameters, see [Analysis Parameter | If your build process cannot tolerate these changes we recommend creating a second build job for SonarQube analysis. ### Build -Between the `begin` and `end` steps, you need to build your project, execute tests and generate code coverage data. This part is specific to your needs and it is not detailed here. +Between the `begin` and `end` steps, you need to build your project, execute tests and generate code coverage data. This part is specific to your needs and it is not detailed here. This guide may help: [[Coverage & Test Data] Generate Reports for C#, VB.net](https://community.sonarsource.com/t/coverage-test-data-generate-reports-for-c-vb-net/9871). ### End The end step is executed when you add the "end" command line argument. It cleans the MSBuild hooks, collects the analysis data generated by the build, the test results, the code coverage and then uploads everything to SonarQube. -- 2.39.5