Skip to content

Commit

Permalink
Create appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen authored Dec 3, 2017
1 parent 0aad145 commit 5bd2bba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
os: Visual Studio 2017

# Build script
build_script:
- ps: .\build.ps1

# Tests
test: off

artifacts:
- path: artifacts\nuget-package\*.nupkg

environment:
# Skip dotnet package caching on build servers
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 comments on commit 5bd2bba

Please sign in to comment.