Summary
Gets or sets the directory where the output file should be written
to, if
NAnt.NUnit.Types.FormatterData.UseFile is true.
- Assembly
- NAnt
.NUnit .dll - Namespace
- NAnt
.NUnit .Types - Containing Type
- FormatterData
Syntax
public DirectoryInfo OutputDirectory { get; set; }
Value
| Type | Description |
|---|---|
| DirectoryInfo | The directory where the output file should be written to. |
