NAnt SDK Documentation - v0.92 |
|
CvsPass.PassFile Property
The full path to the .cvspass file. The default is ~/.cvspass.
[Visual Basic]
<TaskAttribute(Name:="passfile", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property PassFile As
FileInfo
[C#]
[TaskAttribute(Name="passfile", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo PassFile {get; set;}
Property Value
See Also
CvsPass Class | NAnt.SourceControl.Tasks Namespace