An open API service indexing awesome lists of open source software.

https://github.com/cake-contrib/cake.appveyor

A Cake addin for accessing the AppVeyor API
https://github.com/cake-contrib/cake.appveyor

appveyor appveyor-api cake cake-addin

Last synced: 4 months ago
JSON representation

A Cake addin for accessing the AppVeyor API

Awesome Lists containing this project

README

        

# Cake.AppVeyor

A set of aliases for to access the AppVeyor API

![AppVeyor](https://ci.appveyor.com/api/projects/status/github/cake-contrib/Cake.AppVeyor)

You can easily reference Cake.AppVeyor directly in your build script via a cake addin:

```csharp
#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.

## Aliases

Please visit the Cake Documentation for a list of available aliases:

[http://cakebuild.net/dsl/appveyor](http://cakebuild.net/dsl/appveyor)

## Apache License 2.0

Apache Cake.AppVeyor Copyright 2016. The Apache Software Foundation This product includes software developed at [The Apache Software Foundation](http://www.apache.org/).

## Discussion

For questions and to discuss ideas & feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q&A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category.

[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions)