Skip to content

Commit

Permalink
Appveyor: enable MyGet publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed May 7, 2017
1 parent 812da93 commit f26967c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ test: off
artifacts:
- path: .\.nupkgs\*.nupkg

#deploy:
#- provider: NuGet
# server: https://www.myget.org/F/stackoverflow/api/v2
# on:
# branch: master
# api_key:
# secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
# symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package
deploy:
- provider: NuGet
server: https://www.myget.org/F/stackoverflow/api/v2
on:
branch: master
api_key:
secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package

0 comments on commit f26967c

Please sign in to comment.