diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..371dbd7 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +version: 1.0.{build} +nuget: + account_feed: true + project_feed: true +build: + publish_nuget: true + publish_nuget_symbols: true + include_nuget_references: true + verbosity: normal diff --git a/readme.md b/readme.md index 3639dc0..4063cf8 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/2shuyra61n7ntmee?svg=true)](https://ci.appveyor.com/project/tparnell8/netrunnerdb-net) + ## What is this? A simple API wrapper over the netrunner db. Still a WIP