Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Disabled the NuGet symbols deploy
Browse files Browse the repository at this point in the history
Apparently the SSL certificate for SymbolSource has expired, throwing a
build error for our NuGet deploy.
 re: NuGet/Home#6082 (comment)
  • Loading branch information
leekelleher committed Dec 13, 2018
1 parent ff7b0c8 commit f6d880b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ deploy:
# NuGet Deployment for releases
- provider: NuGet
server:
skip_symbols: true
api_key:
secure: vEophXSqus5F60LRBY4/j1l6K/S5+n3/yYpiID3O7JJW1gyj+0q0enuHhN3tgdhl
artifact: /.*\.nupkg/
Expand Down

0 comments on commit f6d880b

Please sign in to comment.