NAnt SDK Documentation - v0.92 |
|
EchoTask.Append Property
Determines whether the EchoTask should append to the file, or overwrite it. By default, the file will be overwritten.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="append", ExpandProperties:=True, ProcessXml:=True)>
Public Property Append As
Boolean
[C#]
[TaskAttribute(Required=False, Name="append", ExpandProperties=True, ProcessXml=True)]
public
bool Append {get; set;}
Property Value
true if output should be appended to the file; otherwise, false. The default is false.
See Also
EchoTask Class | NAnt.Core.Tasks Namespace