...
Configuring SonarQube Runner with:
...
ReSharper inspections (Inspections (.NET) runner)
- Add
/output=%system.teamcity.build.tempDir%\inspectReport.xml
to the "'Additional inspectCode.exe arguments"' - In SonarQube Runner step, add the following to the "'Additional parameters" field' field:
-Dsonar.resharper.cs.reportPath=%system.teamcity.build.tempDir%\inspectReport.xml
-Dsonar.resharper.solutionFile=pathToSolutionFile
dotCover results
After the Tests build step with enabled dotCover, add a new step to merge all collected coverage to one into a single XML in a well-known place as described here: https://github.com/JetBrains/TeamCity.SonarQubePlugin/issues/20