Skip to content

Commit

Permalink
appveyor.yml: Update api_key
Browse files Browse the repository at this point in the history
The previous key belonged to Alex Maitland, who has revoked it. Updating to use my own key instead.
  • Loading branch information
perlun committed Dec 12, 2017
1 parent 55a3f6a commit 9d959a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ environment:
VisualStudioVersion: 12.0

version: 62.0.0-CI{build}

clone_depth: 10

# to run your custom scripts instead of automatic MSBuild
build_script:
- ps: .\build.ps1

# Disable tests
test: off

Expand All @@ -21,7 +21,7 @@ deploy:
provider: NuGet
server: https://www.myget.org/F/cefsharp/api/v2/package
api_key:
secure: uftPtLACVpFbbbFBeFK6XD5fGkv33c+Xa3PWkyWgrod6FNl4AYGOtxScn+gsuuxD
secure: /dmXLsashEX9/IwH3C3EM8n0O9gvE8IZnBxtsytpDzwaMUCyouWVoZNnqPBFU3l1
skip_symbols: false
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles
artifact: nupkgfiles

0 comments on commit 9d959a5

Please sign in to comment.