mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Continue on github release failure
This commit is contained in:
parent
4d17c077e5
commit
d8842b1e13
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ steps:
|
||||||
# delete the release if it already exists to avoid an error
|
# delete the release if it already exists to avoid an error
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
condition: and(succeeded(), eq(variables['buildSuccess'], 'true') )
|
condition: and(succeeded(), eq(variables['buildSuccess'], 'true') )
|
||||||
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: nheko-reborn-pipeline
|
gitHubConnection: nheko-reborn-pipeline
|
||||||
repositoryName: '$(Build.Repository.Name)'
|
repositoryName: '$(Build.Repository.Name)'
|
||||||
|
@ -55,6 +56,7 @@ steps:
|
||||||
#addChangeLog: true # Optional
|
#addChangeLog: true # Optional
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
condition: and(succeeded(), eq(variables['buildSuccess'], 'true') )
|
condition: and(succeeded(), eq(variables['buildSuccess'], 'true') )
|
||||||
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: nheko-reborn-pipeline
|
gitHubConnection: nheko-reborn-pipeline
|
||||||
repositoryName: '$(Build.Repository.Name)'
|
repositoryName: '$(Build.Repository.Name)'
|
||||||
|
|
Loading…
Reference in a new issue