Is it possible to configure the buildreport for various projects. For example, we were using MbUnit v2 which uses the MbUnitSummary.xsl file. However, for a new version of our app we are using Gallio/MbUnit v3. I want to add an MbUnit3Summary to provide the same info on the build report.
Is my only recourse to modify the XSL files to return nothing if there isn't any corresponding date... current the MbUnitSummary returns "No tests in your project" or something if this is the case. I would hate this to be the answer because I know very little about XSL syntax. BOb
