NAnt SDK Documentation - v0.92 |
|
IncludeTask.BuildFileName Property
Build file to include.
[Visual Basic]
<TaskAttribute(Name:="buildfile", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property BuildFileName As
String
[C#]
[TaskAttribute(Name="buildfile", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string BuildFileName {get; set;}
See Also
IncludeTask Class | NAnt.Core.Tasks Namespace