| You are viewing documentation of TeamCity 4.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
NUnit addin is an extension that plug into NUnit core and changes the way it operates. Refer to the NUnit addins page for more information. NAnt Build RunnerTo support NUnit addins for NAnt build runner you need to provide in your build script the teamcity.dotnet.nant.nunit2.addins property in the following format: where <list> is the list of paths to NUnit addins separated by ';'. For example: TeamCity NUnit Console LauncherTo support NUnit addins for the console launcher you need to provide the '/addins:<list of addins separated with ;>' commandline option. For example: MSBuildTo support NUnit addins for the MSBuild runner, specify the Addins property for the NUnitTeamCity task with the following format: where <list> is the list of addins separated by ';' or ','. For example: |