Running NUnit on Commandline builds
Hello,
I have a commandline project that produces a bunch of .net4 assemblies (C#). I would like to run these assembiles through nunit either as a part of the same build or through another one that runs on the same agent immediately after the builder is done. I haven't found a way to do this yet so any help would be appreciated.
Thanks.
Please sign in to leave a comment.
http://devnet.jetbrains.net/people/mfoadiMahram,
This is easily possible in TeamCity 6.0 (currently available in EAP) where you can add several steps into a single build and there is a separate NUnit runner.
In 5.1.x you can produce XML reports and then import them into TeamCity using "XML Report Processing" settings.