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

put back delete step in nightly

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-29 21:00:41 +03:00
parent 6e994f9279
commit 6f08c0788f

View file

@ -71,14 +71,14 @@ jobs:
inputs: inputs:
artifactName: 'Ubuntu' artifactName: 'Ubuntu'
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 - task: GitHubRelease@0
inputs: inputs:
gitHubConnection: Z3GitHub gitHubConnection: Z3GitHub