mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
temporary workaround for build
This commit is contained in:
parent
d9e93d5f7c
commit
1ee3de5409
|
@ -439,19 +439,19 @@ 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'
|
||||
# - task: GitHubRelease@0
|
||||
# inputs:
|
||||
# gitHubConnection: Z3GitHub
|
||||
# repositoryName: 'Z3Prover/z3'
|
||||
# action: 'create'
|
||||
# target: '$(Build.SourceVersion)'
|
||||
tagSource: 'manual'
|
||||
tag: 'Nightly'
|
||||
|
|
Loading…
Reference in a new issue