...
-Dsonar.resharper.cs.reportPath=%system.teamcity.build.tempDir%\inspectReport.xml
-Dsonar.resharper.solutionFile=pathToSolutionFile
dotCover results
Currently there are 2 approaches to get dotCover results to the SonarQube from TeamCity:
- After the Tests build step with enabled dotCover, add a new step to merge all collected coverage into a single XML in a well-known place as described here: https://github.com/JetBrains/TeamCity.SonarQubePlugin/issues/20
- Using a chained build retrieving dotCover snapshot and building html report.