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

temporary workaround for build

This commit is contained in:
jofleish 2022-03-23 12:25:31 -04:00
parent d9e93d5f7c
commit 1ee3de5409

View file

@ -439,19 +439,19 @@ stages:
inputs: inputs:
artifactName: 'NuGet32' artifactName: 'NuGet32'
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
repositoryName: 'Z3Prover/z3' # repositoryName: 'Z3Prover/z3'
action: 'create' # action: 'create'
# target: '$(Build.SourceVersion)' # target: '$(Build.SourceVersion)'
tagSource: 'manual' tagSource: 'manual'
tag: 'Nightly' tag: 'Nightly'