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 8fe9069 commit 151334a
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 @@ -30,17 +30,17 @@ platform: Any CPU
configuration: Release

build:
parallel: true
parallel: true
project: source/Jobbr.Server.sln

after_build:
- cmd: nuget pack source\Jobbr.Server.nuspec -version "%GitVersion_SemVer%" -prop "target=%CONFIGURATION%"
- cmd: appveyor PushArtifact "Jobbr.Server.%GitVersion_SemVer%.nupkg"

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 151334a

Please sign in to comment.