From 311f3ffa9f10aa2903202cd08939bf617a88a8f4 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 16 May 2015 22:42:42 -0400 Subject: [PATCH] include yml --- appveyor.yml | 9 +++++++++ readme.md | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 appveyor.yml 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