mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update github service connection
This commit is contained in:
parent
88f4664c65
commit
88b3e0c944
|
@ -506,7 +506,7 @@ stages:
|
|||
- task: GitHubRelease@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
gitHubConnection: Z3-Pipeline-Github
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
action: 'delete'
|
||||
# target: '$(Build.SourceVersion)'
|
||||
|
@ -515,7 +515,7 @@ stages:
|
|||
- task: GitHubRelease@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
gitHubConnection: Z3-Pipeline-Github
|
||||
repositoryName: 'Z3Prover/z3'
|
||||
action: 'create'
|
||||
# target: '$(Build.SourceVersion)'
|
||||
|
|
|
@ -485,7 +485,7 @@ stages:
|
|||
path: $(Agent.TempDirectory)
|
||||
- task: GitHubRelease@0
|
||||
inputs:
|
||||
gitHubConnection: Z3GitHub
|
||||
gitHubConnection: Z3-Pipeline-Github
|
||||
repositoryName: $(Build.Repository.Name)
|
||||
action: 'create'
|
||||
target: '$(Build.SourceVersion)'
|
||||
|
|
Loading…
Reference in a new issue