I want to get the console output along with the regular test results in the CruiseControl.NET build log. I was able to get this before when running NUnit from MSBuild, but now only the results of the tests are showing up when using the nUnit task directly. Is there a way to configure the nUnit task so all test output is written to the build log?
Share
I couldn’t figure out how to do it using the NUnit task, but with the exec task it was pretty easy.
Task:
Publisher: