Skip to content

Commit 65da722

Browse files
Oren Novotnyhermitdave
authored andcommitted
add appveyor.yml (#454)
1 parent a2a1b4a commit 65da722

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
image: Visual Studio 2015
2+
3+
branches:
4+
only:
5+
- dev
6+
- master
7+
- build
8+
9+
skip_branch_with_pr: true
10+
nuget:
11+
disable_publish_on_pr: true
12+
13+
skip_commits:
14+
files:
15+
- 'docs/**/*.*'
16+
17+
init:
18+
- ps: git config --global core.autocrlf true
19+
20+
build_script:
21+
- ps: .\build\build.ps1 publishnuget

0 commit comments

Comments
 (0)