mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
Merge pull request #5921 from Z3Prover/jfleisher/nugetpublic
Jfleisher/nugetpublic
This commit is contained in:
commit
0bf2875518
1 changed files with 5 additions and 2 deletions
|
@ -396,6 +396,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
displayName: "Deploy into GitHub"
|
displayName: "Deploy into GitHub"
|
||||||
|
continueOnError: true
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
|
@ -440,6 +441,7 @@ stages:
|
||||||
artifactName: 'NuGet32'
|
artifactName: 'NuGet32'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: Z3GitHub
|
gitHubConnection: Z3GitHub
|
||||||
repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
|
@ -448,6 +450,7 @@ stages:
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: Z3GitHub
|
gitHubConnection: Z3GitHub
|
||||||
repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
|
@ -489,14 +492,14 @@ stages:
|
||||||
displayName: 'NuGet Nightly x64 push'
|
displayName: 'NuGet Nightly x64 push'
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
publishVstsFeed: 'Z3Build/Z3-Nightly-builds'
|
publishVstsFeed: 'Z3Nightly'
|
||||||
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'NuGet Nightly x86 push'
|
displayName: 'NuGet Nightly x86 push'
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
publishVstsFeed: 'Z3Build/Z3-Nightly-builds'
|
publishVstsFeed: 'Z3Nightly'
|
||||||
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue