This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppVeyor.
Summary
Starts a deployment.
Syntax
Task<AppVeyorDeployment> StartDeployment(AppVeyorStartDeploymentRequest startDeploymentRequest)
Attributes
Type |
Description |
PostAttribute |
|
Parameters
Name |
Type |
Description |
startDeploymentRequest |
AppVeyorStartDeploymentRequest |
An instance of AppVeyorStartDeploymentRequest identifying which deployment to start. |
Return Value
Type |
Description |
Task<AppVeyorDeployment> |
A Task representing the asynchronous operation with the deployment that was started. |