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 build.
- Assembly
- Cake
.AppVeyor .dll - Namespace
- Cake
.AppVeyor - Containing Type
- IAppVeyorApi
Syntax
Task<AppVeyorBuild> StartBuildLatestCommit(AppVeyorBuildRequestLatestCommit buildRequest)
Attributes
Type | Description |
---|---|
PostAttribute |
Parameters
Name | Type | Description |
---|---|---|
buildRequest | App |
An instance of |
Return Value
Type | Description |
---|---|
Task |
A Task representing the asynchronous operation with the build. |