mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +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:
|
||||
artifact: 'NuGetPackage'
|
||||
path: $(Agent.TempDirectory)
|
||||
- task: NuGetAuthenticate@0
|
||||
- task: NuGetToolInstaller@0
|
||||
inputs:
|
||||
nuGetServiceConnections: Z3Nuget
|
||||
# - task: NuGetCommand@2
|
||||
# inputs:
|
||||
# command: push
|
||||
# nuGetFeedType: external
|
||||
# feedsToUse: select
|
||||
# includeNuGetOrg: true
|
||||
# packagesToPush: $(Agent.TempDirectory)
|
||||
versionSpec: 5.x
|
||||
checkLatest: false
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: push
|
||||
nuGetFeedType: External
|
||||
publishFeedCredentials: Z3Nuget
|
||||
packagesToPush: $(Agent.TempDirectory)/*.nupkg
|
||||
|
||||
- job: PyPIPublish
|
||||
displayName: "Publish to PyPI"
|
||||
|
|
Loading…
Reference in a new issue