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
For the Dashboard, I think you need to add the MSTest Summary in the xlsFiles, but add the MSTest Report build report plugin. That is,
xsl\MsTestSummary2008.xsl
I tried adding MSTestReport on both but it didn't work, but the setting above did. Hope that helps...