NAnt SDK Documentation - v0.92 |
|
ExecTask.OutputAppend Property
Gets or sets a value indicating whether output should be appended to the output file. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="append", ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property OutputAppend As
Boolean
[C#]
[TaskAttribute(Required=False, Name="append", ExpandProperties=True, ProcessXml=True)]
public override
bool OutputAppend {get; set;}
Property Value
true if output should be appended to the Output; otherwise, false.
See Also
ExecTask Class | NAnt.Core.Tasks Namespace