Skip to content

Commit 84024e5

Browse files
Added AppVeyor config.
1 parent ec0f848 commit 84024e5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

appveyor.yml

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

0 commit comments

Comments
 (0)