Skip to content

Commit

Permalink
Add appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-wolfenden committed Oct 6, 2015
1 parent 7517ffb commit 48c514b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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

0 comments on commit 48c514b

Please sign in to comment.