0
votes

All! We are trying to setup our TFS 2013 to daily builds. And we have some legacy CostomBuild.target script which run all our build/deploy/test processes. So for build and deploy - it's work fine. We are able run this processes with RunMsBuild step. But our customer would like to see TFS-like results of testing. It means that instead of running of the tests with VS test runner we have to run this test with this CostomBuild.target. This script will run nunit console and will produce test results. And this test results we have to show as results of testing in TFS. How could we do that? I know the location of nunit test results, but how can I show them in TFS?

1

1 Answers