Summary
Destination directory for the local sandbox. If destination is not specified
then the current directory is used.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- Abstract
Source Control Task
Syntax
[TaskAttribute("destination", Required = false)]
public virtual DirectoryInfo DestinationDirectory { get; set; }
Remarks
Root path of the local sandbox.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
DirectoryInfo | Root path of the local sandbox. |