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
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.appveyor
- Owner: cake-contrib
- License: apache-2.0
- Created: 2016-01-19T22:19:22.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-12T20:47:04.000Z (5 months ago)
- Last Synced: 2024-12-12T21:30:17.231Z (5 months ago)
- Topics: appveyor, appveyor-api, cake, cake-addin
- Language: C#
- Homepage: https://cakebuild.net/extensions/cake-appveyor
- Size: 228 KB
- Stars: 6
- Watchers: 6
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake.AppVeyor
A set of aliases for to access the AppVeyor API

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.
[](https://github.com/cake-build/cake/discussions)