TeamCity 将 CoverageReport.xml 导出到预定义目录
我正在为我们的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需添加一个构建步骤(命令行),即可将您需要的报告复制到本地所需的位置。
Just add a build step ( command line ) that will copy over the reports that you need to the desired location locally.