]> source.dussan.org Git - sonarqube.git/commitdiff
[DOCS] Add link to C# import UT & coverage guide (#2566)
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>
Fri, 6 Mar 2020 12:37:21 +0000 (13:37 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 6 Mar 2020 20:04:32 +0000 (20:04 +0000)
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md

index dbb87bdfddea5dc8a190ac04c8e5dd943d2873a7..88e7a892bfa26ac1ee4f2187cd67c3e84ea832f3 100644 (file)
@@ -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.