mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update release.yml for Azure Pipelines
set credential to key at nuget.org
This commit is contained in:
parent
69b1337ca6
commit
a2d44194a4
|
@ -516,8 +516,9 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
nuGetFeedType: External
|
nuGetFeedType: External
|
||||||
publishFeedCredentials: Z3Nuget
|
publishFeedCredentials: $(NugetZ3)
|
||||||
packagesToPush: $(Agent.TempDirectory)/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/*.nupkg
|
||||||
|
|
||||||
|
|
||||||
# Enable on release:
|
# Enable on release:
|
||||||
- job: PyPIPublish
|
- job: PyPIPublish
|
||||||
|
|
Loading…
Reference in a new issue