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:
commit
0bf2875518
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue