Skip to content

Commit

Permalink
fix nuget key
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Feb 27, 2019
1 parent 2a0a589 commit 3d87712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image: Visual Studio 2017

cache:
- packages -> **\packages.config
- c:\projects\tabulate\Workflow\node_modules -> **\packages.json
- c:\projects\tabulate\tabulate\node_modules -> **\packages.json

# UMBRACO_PACKAGE_PRERELEASE_SUFFIX will only be used for Release builds
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
Expand Down Expand Up @@ -34,7 +34,7 @@ deploy:
- provider: NuGet
server:
api_key:
secure: 0NpBePahJSE05yOwqbFIKfbfEv83bju7OKvYpHH6FeROlps+UjZcoKk7a4ToEHOG
secure: ORGl5eR/eDby41oG+g9voQ+lmTDIK9SbEzPawNN9yKTvvdKn/XC97dfnOcX7vIOA
skip_symbols: false
symbol_server:
artifact: /.*\.nupkg/
Expand Down

0 comments on commit 3d87712

Please sign in to comment.