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
Gets a single deployment.
Syntax
Task<AppVeyorProjectDeployment> GetDeployment(int deploymentId)
Attributes
Type |
Description |
GetAttribute |
|
Parameters
Name |
Type |
Description |
deploymentId |
int |
ID for the deployment to fetch. |
Return Value
Type |
Description |
Task<AppVeyorProjectDeployment> |
A System.Threading.Tasks.Task representing the asynchronous operation with the specified deployment. |