mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Automatically push release pipeline packages to nuget.org (#4249)
This commit is contained in:
parent
cceae2e3f0
commit
b42ea38028
|
@ -291,16 +291,16 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'NuGetPackage'
|
artifact: 'NuGetPackage'
|
||||||
path: $(Agent.TempDirectory)
|
path: $(Agent.TempDirectory)
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetToolInstaller@0
|
||||||
inputs:
|
inputs:
|
||||||
nuGetServiceConnections: Z3Nuget
|
versionSpec: 5.x
|
||||||
# - task: NuGetCommand@2
|
checkLatest: false
|
||||||
# inputs:
|
- task: NuGetCommand@2
|
||||||
# command: push
|
inputs:
|
||||||
# nuGetFeedType: external
|
command: push
|
||||||
# feedsToUse: select
|
nuGetFeedType: External
|
||||||
# includeNuGetOrg: true
|
publishFeedCredentials: Z3Nuget
|
||||||
# packagesToPush: $(Agent.TempDirectory)
|
packagesToPush: $(Agent.TempDirectory)/*.nupkg
|
||||||
|
|
||||||
- job: PyPIPublish
|
- job: PyPIPublish
|
||||||
displayName: "Publish to PyPI"
|
displayName: "Publish to PyPI"
|
||||||
|
|
Loading…
Reference in a new issue