mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
remove target from nightl'
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
218edbe9c6
commit
90098633ef
|
@ -76,7 +76,7 @@ jobs:
|
||||||
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
|
- task: GitHubRelease@0
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
gitHubConnection: Z3GitHub
|
gitHubConnection: Z3GitHub
|
||||||
repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
action: 'create'
|
action: 'create'
|
||||||
target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
title: 'Nightly'
|
title: 'Nightly'
|
||||||
|
|
Loading…
Reference in a new issue