We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc086d commit 2527780Copy full SHA for 2527780
appveyor.yml
@@ -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