Summary
Determines whether the
NAnt.Core.Tasks.EchoTask
should append to the
file, or overwrite it. By default, the file will be overwritten.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- EchoTask
Syntax
[TaskAttribute("append")]
public bool Append { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
bool |
true if output should be appended to the file;
otherwise, false . The default is
false .
|