NAnt SDK Documentation - v0.92 |
|
AbstractSourceControlTask.Ssh Property
The executable to use for ssh communication.
[Visual Basic]
<TaskAttribute(Name:="ssh", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Ssh As
FileInfo
[C#]
[TaskAttribute(Name="ssh", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual
System.IO.FileInfo Ssh {get; set;}
See Also
AbstractSourceControlTask Class | NAnt.SourceControl.Tasks Namespace