mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
continue on github tagging error
This commit is contained in:
parent
1ee3de5409
commit
3ffc3c2f97
|
@ -439,19 +439,20 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'NuGet32'
|
artifactName: 'NuGet32'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
# - task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
# inputs:
|
inputs:
|
||||||
# gitHubConnection: Z3GitHub
|
gitHubConnection: Z3GitHub
|
||||||
# repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
# action: 'delete'
|
action: 'delete'
|
||||||
# # target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
# tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
# tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
# - task: GitHubRelease@0
|
continueOnError: true
|
||||||
# inputs:
|
- task: GitHubRelease@0
|
||||||
# gitHubConnection: Z3GitHub
|
inputs:
|
||||||
# repositoryName: 'Z3Prover/z3'
|
gitHubConnection: Z3GitHub
|
||||||
# action: 'create'
|
repositoryName: 'Z3Prover/z3'
|
||||||
|
action: 'create'
|
||||||
# target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
|
@ -462,6 +463,7 @@ stages:
|
||||||
assetUploadMode: 'replace'
|
assetUploadMode: 'replace'
|
||||||
isDraft: false
|
isDraft: false
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
|
continueOnError: true
|
||||||
|
|
||||||
- stage: NugetPublishNightly
|
- stage: NugetPublishNightly
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue