3
0
Fork 0
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:
jofleish 2022-03-24 12:35:10 -04:00
parent a4af26e2f0
commit 42da9760f9

View file

@ -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: