NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Task.FailOnError Property
[This is preliminary documentation and subject to change.]
Determines if task failure stops the build, or is just reported. The default is true.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="failonerror", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property FailOnError As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="failonerror", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool FailOnError {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Task.FailOnError
See Also
Task Class | NAnt.Core Namespace