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.12.0
dotnet add package Cake.Issues.PullRequests.AppVeyor --version 4.12.0
<PackageReference Include="Cake.Issues.PullRequests.AppVeyor" Version="4.12.0" />