From: Andrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com> Date: Fri, 6 Mar 2020 12:37:21 +0000 (+0100) Subject: [DOCS] Add link to C# import UT & coverage guide (#2566) X-Git-Tag: 8.3.0.34182~156 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a71ab444ca0f21311bab481e4f38c2a137c5c5e1;p=sonarqube.git [DOCS] Add link to C# import UT & coverage guide (#2566) --- 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.