TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

NUnit for NAnt Build Runner

Last modified: 20 April 2023

TeamCity provides custom task implementation. TeamCity automatically replaces the original <nunit2> task with its own task, so if your build script uses the nunit2 task, it will automatically work without any modifications to the build script. The following options are supported for TeamCity <nunit2> task implementation:

TeamCity NUnit test launcher will run tests in the .NET Framework, which is specified by NAnt target framework, i.e. on .NET Framework 1.1 or .NET Framework 2.0 runtime. TeamCity also supports test categories for <nunit2> task.