Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslevesque committed Feb 11, 2019
1 parent 8fc086d commit 2527780
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '{build}'
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
nuget:
disable_publish_on_pr: true
build_script:
- cmd: build.cmd
test: off
artifacts:
- path: 'artifacts/**/*'

0 comments on commit 2527780

Please sign in to comment.