Skip to content

Commit

Permalink
temporary workaround for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleisher committed Mar 23, 2022
1 parent d9e93d5 commit 1ee3de5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1ee3de5

Please sign in to comment.