ExportSolutionFromGitAsync Action
Export a solution from Git asynchronously.
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. |
Return type
| Type | Nullable | Description |
|---|---|---|
| ExportSolutionFromGitAsyncResponse | False | Contains the response of the ExportSolutionFromGitAsync action. |