Skip to content

Commit

Permalink
moar appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
m0sa committed Aug 28, 2017
1 parent 265a33f commit 3b80728
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ artifacts:
- path: packages/obj/*.nupkg
deploy:
- provider: NuGet
name: alpha
on:
branch: master
server: https://www.myget.org/F/stackoverflow/api/v2
api_key:
secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package
- provider: NuGet
name: release
on:
appveyor_repo_tag: true
server: https://www.myget.org/F/stackoverflow/api/v2
api_key:
secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
Expand Down

0 comments on commit 3b80728

Please sign in to comment.