mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Continue on error in GitHub tagging
This commit is contained in:
parent
a4af26e2f0
commit
42da9760f9
|
@ -441,6 +441,7 @@ stages:
|
|||
artifactName: 'NuGet32'
|
||||
targetPath: tmp
|
||||
- task: GitHubRelease@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
|
@ -448,8 +449,8 @@ stages:
|
|||
# target: '$(Build.SourceVersion)'
|
||||
tagSource: 'manual'
|
||||
tag: 'Nightly'
|
||||
continueOnError: true
|
||||
- task: GitHubRelease@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
|
@ -464,7 +465,6 @@ stages:
|
|||
assetUploadMode: 'replace'
|
||||
isDraft: false
|
||||
isPreRelease: true
|
||||
continueOnError: true
|
||||
|
||||
- stage: NugetPublishNightly
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue