Summary
Specifies whether to append to the destination file.
The default is
false.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- ConcatTask
Syntax
[TaskAttribute("append")]
[BooleanValidator()]
public bool Append { get; set; }
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
