Toggle side menu
Toggle side menu
Blog
Documentation
Reference
Extensions
Community
API
Support Us
Source
IAppVeyorApi
.
GetProjectLastBuild
(string,
string)
Method
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 the latest build for a given project.
Assembly
Cake
.AppVeyor
.dll
Namespace
Cake
.AppVeyor
Containing Type
IAppVeyorApi
Syntax
Task<AppVeyorProjectBuild> GetProjectLastBuild(
string
accountName,
string
projectSlug)
Attributes
Type
Description
GetAttribute
Parameters
Name
Type
Description
accountName
string
The AppVeyor account name.
projectSlug
string
The slug for the project.
Return Value
Type
Description
Task
<
AppVeyorProjectBuild
>
A
Task
representing the asynchronous operation with the last build for the project.