Clone Class

MSBuild Extension Pack

Clone Class MSBuild Extension Pack Help 4.0.12.0
Clone
Inheritance Hierarchy

SystemObject  Microsoft.Build.UtilitiesTask
    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

  NameDescription
Public methodClone
Initializes a new instance of the Clone class.
Public methodClone(IGitFacade)
Initializes a new instance of the Clone class.
Top
Methods

  NameDescription
Public methodExecute
Execute the task
(Overrides TaskExecute.)
Top
Properties

  NameDescription
Public propertyBranchToSwitchTo
Gets or sets the branch to switch to.
Public propertyRepositoryToClone
Gets or sets the repository to clone.
Public propertySHA
Gets the SHA of the latest commit in the given repository.
Public propertyTargetDirectory
Gets or sets the target directory.
Top
See Also

Reference