Condividi tramite


ConnectToGit Action

Connect an environment or solution to Git.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
GitFolder
Edm.String False False

Name of the folder you want to bind your solution or environment to.

Organization
Edm.String True False

Name of the organization you want to connect to.

UpstreamBranch
Edm.String True False

Name of the upstream branch you want to connect to. Defaults to default branch of repository.

RootFolder
Edm.String True False

Name of the Root Folder all your solutions will reside in in solution scope.

ConnectionType
Edm.Int32 True True

Connect either your Environment or Solution to git.

SolutionUniqueName
Edm.String True False

The unique name of the solution you wish to connect to git.

Branch
Edm.String False False

Name of the branch you want to connect to.

GitProvider
Edm.Int32 True True

Which GitProvider to use. 0 = AzureDevOps, 1 = Github.

Repository
Edm.String True False

Name of the repository you want to connect to.

Project
Edm.String True False

Name of the project you want to connect to.

See also