NAnt SDK Documentation - v0.92

FailTask.Contents Property

Gets or sets the inline content that should be output in the build log, giving further information on why the build exited.

[Visual Basic]
Public Property Contents As String
[C#]
public string Contents {get; set;}

Property Value

The inline content that should be output in the build log.

Remarks

Inline content and Message are mutually exclusive.

See Also

FailTask Class | NAnt.Core.Tasks Namespace