3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +00:00

Merge pull request #5921 from Z3Prover/jfleisher/nugetpublic

Jfleisher/nugetpublic
This commit is contained in:
John Fleisher 2022-03-24 14:00:15 -04:00 committed by GitHub
commit 0bf2875518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -396,6 +396,7 @@ stages:
jobs:
- job: Deploy
displayName: "Deploy into GitHub"
continueOnError: true
pool:
vmImage: "ubuntu-latest"
steps:
@ -440,6 +441,7 @@ stages:
artifactName: 'NuGet32'
targetPath: tmp
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
@ -448,6 +450,7 @@ stages:
tagSource: 'manual'
tag: 'Nightly'
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
@ -489,14 +492,14 @@ stages:
displayName: 'NuGet Nightly x64 push'
inputs:
command: push
publishVstsFeed: 'Z3Build/Z3-Nightly-builds'
publishVstsFeed: 'Z3Nightly'
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
allowPackageConflicts: true
- task: NuGetCommand@2
displayName: 'NuGet Nightly x86 push'
inputs:
command: push
publishVstsFeed: 'Z3Build/Z3-Nightly-builds'
publishVstsFeed: 'Z3Nightly'
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
allowPackageConflicts: true