Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit f69660a

Browse files
committed
Lets deploy to nuget
1 parent 7fc4359 commit f69660a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ nuget:
3030
# This might be causing a hang.
3131
# account_feed: true
3232
project_feed: true
33+
cache:
34+
- packages -> **\packages.config
3335
before_build:
3436
- cmd: sqlcmd -S "%SQL_SERVER_INSTANCE%" -i .\appveyor\init.sql
3537
- cmd: nuget restore -Verbosity %NUGET_VERBOSITY%
@@ -61,3 +63,11 @@ artifacts:
6163
- path: $(MSBUILD_LOG_FILE)
6264
name: MSBuild BInary Log
6365
type: file
66+
deploy:
67+
- provider: NuGet
68+
api_key:
69+
secure: xiaaqhkzpM5TJP03w592QTLfxyWs2CBHS0KgDJ35m+Avtp1ARBs7QGjnnxbRnO1/
70+
skip_symbols: false
71+
artifact: /.*\.nupkg/
72+
on:
73+
branch: feature/nuget

0 commit comments

Comments
 (0)