NAnt SDK Documentation - v0.92 |
|
ExportTask.NoShortening Property
No shortening. Do not shorten module paths if -d specified.
[Visual Basic]
<TaskAttribute(Name:="no-shortening", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property NoShortening As
Boolean
[C#]
[TaskAttribute(Name="no-shortening", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool NoShortening {get; set;}
See Also
ExportTask Class | NAnt.SourceControl.Tasks Namespace