TeamCity:如何将 dotcover 附加到 Rake 构建配置?

发布于 2024-10-20 16:22:55 字数 357 浏览 2 评论 0原文

我在构建过程中使用 Rake。我想利用 TeamCity 6 中包含的 dotcover。我阅读了 Hadi Hariri 的教程 (http://blogs.jetbrains.com/dotnet/2010/12/coverage-with-dotcover-teamcity-mstest-nunit-or-mspec /) 但它展示了如何使用 MSBuild 而不是 Rake 来执行此操作。

当您选择 RunnerType:MSbuild 时,底部会提供“.net 覆盖工具”选项。然而,当你选择Rake时,你就根本没有这个了。

我是否需要创建自定义 msbuild 文件来运行覆盖率?或者是否有任何技巧可以让我在单个 rake 文件中保留额外的任务? 谢谢

I'm using Rake for my build process. I wanted to take advantage of included dotcover in TeamCity 6. I read tutorial from Hadi Hariri (http://blogs.jetbrains.com/dotnet/2010/12/coverage-with-dotcover-teamcity-mstest-nunit-or-mspec/) but it shows how to do this with MSBuild, not Rake.

When you choose RunnerType: MSbuild, you have the ".net coverage tool" option available at the bottom. However, when you choose Rake, you don't have this at all.

Do I need to create a custom msbuild file to run coverage ? Or are there any tricks that would allow me to just keep additional task in my single rake file ?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

囚我心虐我身 2024-10-27 16:22:55

您可以在 $(teamcity.agent.home.dir)\plugins\dotCover\bin 上找到 dotCover 可执行文件。

You can find dotCover executable on $(teamcity.agent.home.dir)\plugins\dotCover\bin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文