test ci upload
This commit is contained in:
parent
6a67c92b57
commit
b237612c60
1 changed files with 20 additions and 0 deletions
|
@ -128,3 +128,23 @@ jobs:
|
||||||
downloadType: 'specific'
|
downloadType: 'specific'
|
||||||
downloadPath: '$(System.ArtifactsDirectory)'
|
downloadPath: '$(System.ArtifactsDirectory)'
|
||||||
|
|
||||||
|
- job: upload_files
|
||||||
|
dependsOn:
|
||||||
|
- compile_linux
|
||||||
|
- compile_windows
|
||||||
|
pool: Linux
|
||||||
|
steps:
|
||||||
|
- task: GitHubRelease@1
|
||||||
|
inputs:
|
||||||
|
gitHubConnection: 'AzurePipelines'
|
||||||
|
repositoryName: 'ciderapp/cider-releases'
|
||||||
|
action: 'create'
|
||||||
|
target: '$(Build.SourceVersion)'
|
||||||
|
tagSource: 'userSpecifiedTag'
|
||||||
|
tag: 'v1.6.1-citest'
|
||||||
|
title: 'Cider Version 1.6.1 (CI test)'
|
||||||
|
releaseNotesFilePath: 'Test build from azure CI'
|
||||||
|
isPreRelease: true
|
||||||
|
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||||
|
changeLogType: 'commitBased'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue