Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 9586ad5

Browse files
authored
Fix NuGet API key
1 parent 68dea7b commit 9586ad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cache:
3030
deploy:
3131
- provider: NuGet
3232
api_key:
33-
secure: 6IOnCr0vcNuRan0YWj7JRzsjZINxy7QuKAsg1HvdmYIOvTMV/ZbFyaRbL5X8OOmY
33+
secure: 7MS5+XWaFchMXFqzgneQCqo9U0DlxiPXe/KWWUnbCBDEizVn06EjdQZkWu1gbNOJ
3434
on:
3535
# we only deploy to public NuGet gallery when tagging the repo
3636
appveyor_repo_tag: true
@@ -43,4 +43,4 @@ artifacts:
4343
- path: 'out\*.nupkg'
4444
name: Package
4545
- path: 'out\*.vsix'
46-
name: Extension
46+
name: Extension

0 commit comments

Comments
 (0)