NUnit Addins Support

Skip to end of metadata
Go to start of metadata
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.
Search

Searching TeamCity 4.x Documentation

Table of Contents

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.
This section covers description of NUnit addins support for:

NAnt Build Runner

To 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 Launcher

To support NUnit addins for the console launcher you need to provide the '/addins:<list of addins separated with ;>' commandline option.

For example:

MSBuild

To 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:

Labels:

nunit nunit Delete
addin addin Delete
msbuild msbuild Delete
nant nant Delete
console console Delete
launcher launcher Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.