2
votes

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.

1

1 Answers

0
votes

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