mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
continue on error in publish steps
This commit is contained in:
parent
82aae345d9
commit
4014c536aa
1 changed files with 4 additions and 4 deletions
|
@ -441,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,8 +449,8 @@ stages:
|
||||||
# target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
continueOnError: true
|
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: Z3GitHub
|
gitHubConnection: Z3GitHub
|
||||||
repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
|
@ -464,12 +465,11 @@ stages:
|
||||||
assetUploadMode: 'replace'
|
assetUploadMode: 'replace'
|
||||||
isDraft: false
|
isDraft: false
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
continueOnError: true
|
|
||||||
|
|
||||||
- stage: NugetPublishNightly
|
- stage: Publish
|
||||||
jobs:
|
jobs:
|
||||||
# Publish to nightly feed on Azure
|
# Publish to nightly feed on Azure
|
||||||
- job: NuGetPublishNightly
|
- job: NuGetNightly
|
||||||
displayName: "Push nuget packages to Azure Feed"
|
displayName: "Push nuget packages to Azure Feed"
|
||||||
steps:
|
steps:
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue