Skip to content

Commit

Permalink
Update release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
set credential to key at nuget.org
  • Loading branch information
NikolajBjorner committed Jul 30, 2022
1 parent 69b1337 commit a2d4419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,9 @@ stages:
inputs:
command: push
nuGetFeedType: External
publishFeedCredentials: Z3Nuget
publishFeedCredentials: $(NugetZ3)
packagesToPush: $(Agent.TempDirectory)/*.nupkg


# Enable on release:
- job: PyPIPublish
Expand Down

0 comments on commit a2d4419

Please sign in to comment.