<nunitproject>

Create a .nunit project file for all the test assemblies matching the specified pattern. This should be created in the bin folder where your test assemblies are located so that the assemblies are within the AppDomain path. The .nunit file can then be used by NUnit or NCover based tasks.

Parameters

Attribute Type Description Required
appBase string Optional path to the nunit app base, when included full paths to each assembly (relative to the appbase) are included. False
appConfig string Optional path to an App.Config file to be specified in the .nunit project file. False
project file The nunit project file to create. False
failonerror bool Determines if task failure stops the build, or is just reported. The default is true. False
if bool If true then the task will be executed; otherwise, skipped. The default is true. False
unless bool Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. False
verbose bool Determines whether the task should report detailed build log messages. The default is false. False

Nested Elements:

<fileset>

Used to select the test assemblies to be included in the .nunit project. To use see <fileset>.

</fileset>

Examples

Requirements

Assembly: NCoverExplorer.NAntTasks (1.3.6.15)