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

re-add deletion for nightly

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-21 07:49:57 -07:00
parent aef0c19d36
commit 5c78f855ad

View file

@ -117,14 +117,14 @@ jobs:
inputs:
artifactName: 'Ubuntu'
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: 'delete'
# target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Nightly'
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub