NAnt SDK Documentation - v0.92 |
|
AbstractSourceControlTask.PassFile Property
The full path to the cached password file. If not specified then the environment variables are used to try and locate the file.
[Visual Basic]
<TaskAttribute(Name:="passfile", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property PassFile As
FileInfo
[C#]
[TaskAttribute(Name="passfile", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual
System.IO.FileInfo PassFile {get; set;}
See Also
AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace