Skip to content

Commit

Permalink
Update NuGet API key
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Jan 23, 2024
1 parent ecd3c02 commit 015d33a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platform: Any CPU
configuration: Release

build:
parallel: true
parallel: true
project: source/Jobbr.ArtefactStorage.FileSystem.sln

after_build:
Expand All @@ -39,9 +39,9 @@ test:
- '**\bin\Release\Jobbr.ArtefactStorage.FileSystem.Tests.dll'

deploy:
- provider: NuGet
server: https://nuget.org
api_key:
secure: anKLNUxe1pn63rrNVCigoQVfA/fWML9gEpE1UHRLK/LDmQX4SM9WwzDx0kliHKWC
on:
appveyor_repo_tag: true
- provider: NuGet
server: https://nuget.org
api_key:
secure: 60SMVZkhtzWAeH6Mp7DT1YZlZGGG8jwOEXMH0oRhX1iQLBejg1TpaDxgN6i0RisX
on:
appveyor_repo_tag: true

0 comments on commit 015d33a

Please sign in to comment.