Cake.Issues.PullRequests.AppVeyor

AppVeyor support for the Cake.Issues addin allows you to write found issues as message to AppVeyor builds. This addin provides the aliases for writing to AppVeyor builds. It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers. See cakeissues.net for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

#addin nuget:?package=Cake.Issues.PullRequests.AppVeyor&version=4.2.1

dotnet add package Cake.Issues.PullRequests.AppVeyor --version 4.2.1

<PackageReference Include="Cake.Issues.PullRequests.AppVeyor" Version="4.2.1" />

Aliases

Contains functionality related to writing code analysis issues to AppVeyor builds.

Pull Request Systems

AppVeyorBuilds(AppVeyorBuildSettings) Gets an object for writing issues to AppVeyor builds using the specified settings.
AppVeyorBuilds() Gets an object for writing issues to AppVeyor builds using the default settings.