从 TFS 2013 构建执行 SonarQube 分析时出现 ReSharper 错误
ReSharper error when executing SonarQube analysis from TFS 2013 build
我一直在使用 Microsoft ALM Rangers 的说明从 TFS 2013 构建设置 SonarQube 分析:
https://vsarguidance.codeplex.com/downloads/get/1452516
一切正常,直到我添加 ReSharper 分析,然后我得到一个错误;
09:51:49: ERROR: Error during Sonar runner execution
09:51:49: ERROR: Unable to execute Sonar
09:51:49: ERROR: Caused by: The property "sonar.resharper.cs.reportPath" must be set.
我已将声纳-project.properties 文件添加到 TFS 中与我的解决方案文件相同的目录中。
文件看起来像:
sonar.resharper.projectName=CommonComponents
sonar.resharper.cs.reportPath=resharperresults.xml
我正在使用 SonarQube 5.1 和 R# 2.0 插件
运行 来自 Jenkins 的分析工作正常。
我真的希望你能帮我解决这个问题。我很确定这是愚蠢的事情,我无法转过头去看。[=13=]
MSBuild Runner 对 R# 的支持只会在 MSBuild Runner 1.0 版和 R# 2.0 版中可用。查看以下门票:
我一直在使用 Microsoft ALM Rangers 的说明从 TFS 2013 构建设置 SonarQube 分析: https://vsarguidance.codeplex.com/downloads/get/1452516
一切正常,直到我添加 ReSharper 分析,然后我得到一个错误;
09:51:49: ERROR: Error during Sonar runner execution
09:51:49: ERROR: Unable to execute Sonar
09:51:49: ERROR: Caused by: The property "sonar.resharper.cs.reportPath" must be set.
我已将声纳-project.properties 文件添加到 TFS 中与我的解决方案文件相同的目录中。
文件看起来像:
sonar.resharper.projectName=CommonComponents sonar.resharper.cs.reportPath=resharperresults.xml
我正在使用 SonarQube 5.1 和 R# 2.0 插件
运行 来自 Jenkins 的分析工作正常。
我真的希望你能帮我解决这个问题。我很确定这是愚蠢的事情,我无法转过头去看。[=13=]
MSBuild Runner 对 R# 的支持只会在 MSBuild Runner 1.0 版和 R# 2.0 版中可用。查看以下门票: