NAnt SDK Documentation - v0.92

FormatterElement.OutputDirectory Property

Specifies the directory where the output file should be written to, if UseFile is true. If not specified, the output file will be written to the directory where the test module is located.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="outputdir", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputDirectory As DirectoryInfo
[C#]
[TaskAttribute(Required=False, Name="outputdir", ExpandProperties=True, ProcessXml=True)]
public System.IO.DirectoryInfo OutputDirectory {get; set;}

See Also

FormatterElement Class | NAnt.NUnit.Types Namespace