NAnt SDK Documentation - v0.92 |
|
FileSet.Include.AsIs Property
If true then the file name will be added to the FileSet without pattern matching or checking if the file exists. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="asis", ExpandProperties:=True, ProcessXml:=True)>
Public Property AsIs As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="asis", ExpandProperties=True, ProcessXml=True)]
public
bool AsIs {get; set;}
See Also
FileSet.Include Class | NAnt.Core.Types Namespace