Clone Class | MSBuild Extension Pack Help 4.0.12.0 |
Clone
Inheritance Hierarchy
MSBuild.ExtensionPack.GitClone
Namespace: MSBuild.ExtensionPack.Git
Assembly: MSBuild.ExtensionPack.Git (in MSBuild.ExtensionPack.Git.dll) Version: 4.0.0.0
The Clone type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Clone |
Initializes a new instance of the Clone class.
|
![]() | Clone(IGitFacade) |
Initializes a new instance of the Clone class.
|
Methods
Name | Description | |
---|---|---|
![]() | Execute |
Execute the task
(Overrides TaskExecute.) |
Properties
Name | Description | |
---|---|---|
![]() | BranchToSwitchTo |
Gets or sets the branch to switch to.
|
![]() | RepositoryToClone |
Gets or sets the repository to clone.
|
![]() | SHA |
Gets the SHA of the latest commit in the given repository.
|
![]() | TargetDirectory |
Gets or sets the target directory.
|
See Also