A set of aliases for http://cakebuild.net to access the AppVeyor API
You can easily reference Cake.AppVeyor directly in your build script via a cake addin:
#addin nuget:?package=Cake.AppVeyor
#addin nuget:?package=Refit&version=4.6.58
#addin nuget:?package=Newtonsoft.Json&version=11.0.2
NOTE: It's very important at this point in time to specify the Newtonsoft.Json
package and the version 11.0.2 for it, as well as the Refit
package and the version 4.6.58 for it.
Please visit the Cake Documentation for a list of available aliases:
http://cakebuild.net/dsl/appveyor
Apache Cake.AppVeyor Copyright 2016. The Apache Software Foundation This product includes software developed at The Apache Software Foundation.
For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.