update ci scripts

This commit is contained in:
qianlifeng
2014-12-13 16:33:19 +08:00
parent 51b37a49d5
commit 85fd46e1c6

View File

@@ -20,9 +20,11 @@ deploy:
provider: NuGet
api_key:
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
artifact: *.nupkg
artifact: nugetpackage
artifacts:
path: Output\Release
name: release-binary
- path: Output\Release
name: release-binary
- path: '**\*.nupkg'
name: nugetpackage