aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>2020-03-06 13:37:21 +0100
committersonartech <sonartech@sonarsource.com>2020-03-06 20:04:32 +0000
commita71ab444ca0f21311bab481e4f38c2a137c5c5e1 (patch)
treeacd67a34332f6cf0a63a51eb512c847ec604ac4b /server/sonar-docs
parent85c94cb261a16c3126ee856325bc038afd1ef405 (diff)
downloadsonarqube-a71ab444ca0f21311bab481e4f38c2a137c5c5e1.tar.gz
sonarqube-a71ab444ca0f21311bab481e4f38c2a137c5c5e1.zip
[DOCS] Add link to C# import UT & coverage guide (#2566)
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md2
1 files changed, 1 insertions, 1 deletions
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.