3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

continue on github tagging error

This commit is contained in:
jofleish 2022-03-23 12:30:52 -04:00
parent 1ee3de5409
commit 3ffc3c2f97

View file

@ -439,19 +439,20 @@ stages:
inputs:
artifactName: 'NuGet32'
targetPath: tmp
# - task: GitHubRelease@0
# inputs:
# gitHubConnection: Z3GitHub
# repositoryName: 'Z3Prover/z3'
# action: 'delete'
# # target: '$(Build.SourceVersion)'
# tagSource: 'manual'
# tag: 'Nightly'
# - task: GitHubRelease@0
# inputs:
# gitHubConnection: Z3GitHub
# repositoryName: 'Z3Prover/z3'
# action: 'create'
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
action: 'delete'
# target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Nightly'
continueOnError: true
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
action: 'create'
# target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Nightly'
@ -462,6 +463,7 @@ stages:
assetUploadMode: 'replace'
isDraft: false
isPreRelease: true
continueOnError: true
- stage: NugetPublishNightly
jobs: