Hi, 1st, the file path is relative, possible that CCNet is not looking where you think. Try using an absolute path and looking into the CCNET log file after a build to see if the file is really found (might have to increase log level into the config file). 2nd, in order for the file to be included it has to be processed. Currently this is done through the header.xsl and other xsl files configured (look into the config file for the xslFiles tag). For this file to be processed it has to be an xml file and not sure if this .trx file has an xml structure.
The config file is service\ccservice.exe.config (if you run CCNet as a service) or service\ccnet.exe.config if you run it like a console application. florin On Oct 15, 6:38 pm, "Rory Clark (Contractor)" <[email protected]> wrote: > We run a set of unit tests written with the VSTS testing framework. In the > <publishers /> block we are merging the TRX file from the test run. > <merge> > <files> > <file>..\eModal.Assemblies.trx</file> > <!-- TODO: Add other files! --> > </files> > </merge> > > However, I am at a loss as to get this files to display their results in > e-mail and on the website. Doing a Google search has yet to yield anything > that works. > > We are running v1.4.4.83 of CC.Net. > > Thanks! > Rory
