IAppVeyorApi.

GetProjectBuildByVersion(string, string, string) Method

Summary

Gets a specific AppVeyor build based on buil version number.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

Syntax

Task<AppVeyorProjectBuild> GetProjectBuildByVersion(string accountName, string projectSlug, string buildVersion)

Attributes

Type Description
GetAttribute

Parameters

Name Type Description
accountName string The AppVeyor account name.
projectSlug string The slug for the project.
buildVersion string The build version number.

Return Value

Type Description
Task<AppVeyorProjectBuild> A Task representing the asynchronous operation with the build for the specified version for the project.