Skip to content

Commit 9655f83

Browse files
committed
Updates to appveyor
1 parent 27cd31c commit 9655f83

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

appveyor.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
version: 0.0.1.{build}
2+
13
init:
24
- git config --global core.autocrlf input
5+
36
build_script:
47
- cmd: build.cmd
8+
59
test: off
6-
version: 0.0.1.{build}
10+
711
artifacts:
8-
- path: bin
9-
name: bin
12+
- path: build/*.nupkg
13+
name: NugetPackage
14+
15+
deploy:
16+
- provider: NuGet
17+
api_key:
18+
secure: Km7E9dBin0YBa7/dFkZpyQ==
19+
on:
20+
branch: release

0 commit comments

Comments
 (0)