Skip to content

Commit 2527780

Browse files
Add appveyor.yml
1 parent 8fc086d commit 2527780

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: '{build}'
2+
pull_requests:
3+
do_not_increment_build_number: true
4+
image: Visual Studio 2017
5+
nuget:
6+
disable_publish_on_pr: true
7+
build_script:
8+
- cmd: build.cmd
9+
test: off
10+
artifacts:
11+
- path: 'artifacts/**/*'

0 commit comments

Comments
 (0)