TeamCity 将 CoverageReport.xml 导出到预定义目录

发布于 2024-11-09 15:46:08 字数 188 浏览 2 评论 0原文

我正在为我们的 CI 尝试 TeamCity。 我们有一个构建步骤,运行 NUnit 进行单元测试,运行 dotCover 进行代码覆盖。该过程进行得很顺利,但我只是想知道是否可以将构建日志和 dotCover 的 CoverageReport.xml 导出到本地计算机上的预定义目录。

或者甚至可以将构建中使用的所有工件和报告导出到本地文件夹。

I am trying out TeamCity for our CI.
We have a build step running NUnit for unit test and dotCover for code coverage. The process went through fine, but im just wondering if it is possible to export the Build Log and the dotCover's CoverageReport.xml to a predefined directory on the local machine.

or maybe even export all the artifacts and reports used in the build to a local folder.

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

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

发布评论

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

评论(1

放手` 2024-11-16 15:46:08

只需添加一个构建步骤(命令行),即可将您需要的报告复制到本地所需的位置。

Just add a build step ( command line ) that will copy over the reports that you need to the desired location locally.

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