Skip to content

Commit 4bd226c

Browse files
author
babelshift
committed
Setup appveyor to auto-publish nuget on build.
1 parent 301c443 commit 4bd226c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@ cache:
2222
- packages -> **\packages.config
2323

2424
before_build:
25-
- cmd: nuget restore
25+
- cmd: nuget restore
26+
27+
deploy:
28+
provider: NuGet
29+
api_key:
30+
secure: vIHuOdB4aYJEqNACb3jjCg3m/qZLqpwYlruu8J0BOiX81lRrmussVEUqiWRBTrRQ
31+
skip_symbols: false
32+
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)