Skip to content

Commit

Permalink
Merge branch 'fix/nuget-symbols-publishing'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Jan 18, 2022
2 parents 4668c9e + 9db600a commit 453bfb4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,12 @@ for:
artifact: packages
draft: false
prerelease: false
on:
branch: main
- provider: NuGet
server: https://www.nuget.org/api/v2/package
api_key:
# Encrypted `NuGet.org` token - https://www.nuget.org/account/ApiKeys
# https://www.appveyor.com/docs/deployment/nuget/#provider-settings
secure: WolEhj3GzTSN8Jf9DD6gLD7hfsfvNPSlOJtHjINgQ+y4TjfGVi2BSJbtCbR/4puG
skip_symbols: false
symbol_server: https://nuget.smbsrc.net/
symbol_server: https://www.nuget.org/api/v2/symbolpackage
artifact: packages
on:
branch: main

0 comments on commit 453bfb4

Please sign in to comment.