Skip to content

Commit

Permalink
Re-activate nuget step now that I'm able to regenerate publishing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Aug 12, 2023
1 parent 3e3f2fc commit 4035e90
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Expand Up @@ -94,16 +94,16 @@ artifacts:
# type: zip

deploy:
#- provider: NuGet
# server: # remove to push to NuGet.org
# api_key:
# secure: l8b7XGygFzm/xtfnRCSbO3HfmI3BbGrqxN5dSfbulluUmwZEAmzXyaKCmNf2pf3n
# skip_symbols: false
# symbol_server: # remove to push symbols to SymbolSource.org
# artifact: /.*(\.|\.s)nupkg/
# on:
# branch: master # release from master branch only
# appveyor_repo_tag: true # deploy on tag push only
- provider: NuGet
server: # remove to push to NuGet.org
api_key:
secure: NBwtvwlD5/lPg9ha+M9LP+o3d+nCBUmLBqkyfiehKHx9BPn1if37//NAHiRTo38z
skip_symbols: false
symbol_server: # remove to push symbols to SymbolSource.org
artifact: /.*(\.|\.s)nupkg/
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only
- provider: GitHub
release: $(appveyor_repo_tag_name)
description: 'Release $(appveyor_repo_tag_name) ($(appveyor_build_version))'
Expand Down

0 comments on commit 4035e90

Please sign in to comment.