ExecTask.

OutputAppend Property

Summary

Gets or sets a value indicating whether output should be appended to the output file. The default is false.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExecTask

Syntax

[TaskAttribute("append")]
public override bool OutputAppend { get; set; }

Attributes

Type Description
TaskAttributeAttribute 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 NAnt.Core.Tasks.ExecTask.Output; otherwise, false.