FormatterElement.

OutputDirectory Property

Summary

Specifies the directory where the output file should be written to, if NAnt.NUnit.Types.FormatterElement.UseFile is true. If not specified, the output file will be written to the directory where the test module is located.
Assembly
NAnt.NUnit.dll
Namespace
NAnt.NUnit.Types
Containing Type
FormatterElement

Syntax

[TaskAttribute("outputdir", Required = false)]
public DirectoryInfo OutputDirectory { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
DirectoryInfo