From 48c514b66a4efc277ef709a711249029e5b91f79 Mon Sep 17 00:00:00 2001 From: Michael Wolfenden Date: Tue, 6 Oct 2015 13:34:54 +1000 Subject: [PATCH] Add appveyor configuration --- appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..2a4a56b793 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,11 @@ +os: Visual Studio 2015 + +# Build script +build_script: + - ps: .\build.ps1 + +# Tests +test: off + +artifacts: + - path: artifacts\nuget-package\*.nupkg