NAnt SDK Documentation - v0.92

NUnitTest.OutFile Property

Base name of the test result. The full filename is determined by this attribute and the extension of formatter.

[Visual Basic]
<TaskAttribute(Name:="outfile", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property OutFile As String
[C#]
[TaskAttribute(Name="outfile", Required=False, ExpandProperties=True, ProcessXml=True)]
public string OutFile {get; set;}

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace