ExportSolutionFromGit Action
Export a solution from Git.
Parameters
Parameters allow for data to be passed to the action.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
SolutionName
|
Edm.String | False | False | The name of the solution you want to export. |
|
Managed
|
Edm.Boolean | False | True | Whether the solution is exported as managed or unmanaged. |
|
ReleaseBranch
|
Edm.String | False | False | The name of the branch from which the solution is exported. |
|
IsLiteExport
|
Edm.Boolean | True | True | Indicates whether the solution is a lightweight export. The default value is false |
Return type
| Type | Nullable | Description |
|---|---|---|
| ExportSolutionFromGitResponse | False | Contains the response of the ExportSolutionFromGit action. |