3
0
Fork 0
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:
Andrew Helwer 2020-05-07 17:31:27 -07:00 committed by GitHub
parent cceae2e3f0
commit b42ea38028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"