NAnt SDK Documentation - v0.92

ExecTask.Output Property

The file to which the standard output will be redirected.

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

Remarks

By default, the standard output is redirected to the console.

See Also

ExecTask Class | NAnt.Core.Tasks Namespace