We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91f540 commit e96cc33Copy full SHA for e96cc33
.appveyor.xml
@@ -0,0 +1,11 @@
1
+init:
2
+- git config --global core.autocrlf true
3
+branches:
4
+ only:
5
+ - dev
6
+ - /^release\/.*$/
7
+ - /^(.*\/)?ci-.*$/
8
+build_script:
9
+- ps: .\run.ps1
10
+clone_depth: 1
11
+os: Visual Studio 2017
0 commit comments