Skip to content

Commit cd3413c

Browse files
authored
Merge pull request #7 from ericnewton76/fix/appveyor-updates
Fix/appveyor updates
2 parents c170c88 + efdf9da commit cd3413c

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

appveyor.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1+
version: 0.0.1.{build}
2+
3+
clone_depth: 1
4+
pull_requests:
5+
do_not_increment_build_number: true
6+
17
init:
28
- git config --global core.autocrlf input
9+
310
build_script:
411
- cmd: build.cmd
12+
513
test: off
6-
version: 0.0.1.{build}
14+
715
artifacts:
8-
- path: bin
9-
name: bin
16+
- path: build/*.nupkg
17+
name: NugetPackage
18+
19+
deploy:
20+
- provider: NuGet
21+
api_key:
22+
secure: sQzzieUQGkTU0CvzXLcv5Wph6K7h3T+8teovqwa/Dzk1p9WhpmuUHiRxd3U0YhqO
23+
artifact: 'NuGetPackage'
24+
on:
25+
branch: release

0 commit comments

Comments
 (0)