I currently have our build server set up with CruiseControl.Net running a build using MSBuild and then running unit tests using MSTest. The problem is I can\'t see the output of
i made the following changes to get MSTest results output to be shown in CruiseControl.NET
1) For Dashboard - in dashboard.config added a reference to the Mstest 2008 xsl file under buildReportBuildPlugin
xsl\MsTestReport2008.xsl
2) For email - in ccservice.exe.config added the reference to the same xsl file under xslFiles section