Hi, thanks for this quick answer. the &nCoverTool is a variable we keep for easier maintenance of the config. It is defined like this in ccnet.config: <!DOCTYPE cruisecontrol [ <!ENTITY nCoverTool "D:\CcNet\WS\3rdPartyLibs\NCover \NCover.Console.exe"> ]>
It is just the path to NCover. When I got you right then I need to add another exec task that just runs NUnit without the coverage to get the exit code of the nunit.console.exe, right? Isnt there a way to only run the tests once including the coverage and get the results out of the results.xml files of each process? Thanks, Tobias
