Skip to content

Commit

Permalink
cleaning up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 22, 2017
1 parent d876d46 commit 9f1655c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,18 @@ artifacts:

deploy:
- provider: NuGet
server: https://www.myget.org/F/prism-pre/api/v2/package
server: https://www.myget.org/F/prism/api/v2/package
api_key:
secure: ZR2WeSlQqSkfL6YpxWzIqhdeKSdxxPqp9yvN7l+SyIX+yIHNcKNqCENWcE8A6GsQ
secure: hPrzACGookFpABk0yLEZECc3bOpIEubvv2AJaTuKYKsiDrJSjywelIch9z/KgBlR
skip_symbols: false
on:
branch: master
Configuration: Release
- provider: NuGet
server: https://www.myget.org/F/prism/api/v2/package
api_key:
secure: hPrzACGookFpABk0yLEZECc3bOpIEubvv2AJaTuKYKsiDrJSjywelIch9z/KgBlR
skip_symbols: false
on:
appveyor_repo_tag: true
Configuration: Release

0 comments on commit 9f1655c

Please sign in to comment.