Update CI scripts 😢

This commit is contained in:
qianlifeng
2014-12-13 16:09:44 +08:00
parent 259985d328
commit 9867bd257f

View File

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