NAnt SDK Documentation - v0.92

AbstractSourceControlTask.CvsPassFileVariable Field

The environment variable that holds the location of the .cvspass file.

[Visual Basic]
Protected Const CvsPassFileVariable As String = "CVS_PASSFILE"
[C#]
protected const string CvsPassFileVariable = "CVS_PASSFILE";

See Also

AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace