mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Try to upload all files to bintray
This commit is contained in:
parent
4272e17784
commit
08d94be48a
@ -107,13 +107,24 @@ jobs:
|
|||||||
- Windows_x86
|
- Windows_x86
|
||||||
- Windows_x64
|
- Windows_x64
|
||||||
condition: succeeded()
|
condition: succeeded()
|
||||||
|
variables:
|
||||||
|
- group: bintray
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
|
- template: azure-pipelines-build-number.yml
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
buildType: 'current'
|
buildType: 'current'
|
||||||
targetPath: $(Build.SourcesDirectory)/dev_bin
|
targetPath: $(Build.SourcesDirectory)/dev_bin
|
||||||
- script: |
|
- script: |
|
||||||
ls -lah $(Build.SourcesDirectory)/dev_bin
|
ls -lah $(Build.SourcesDirectory)/dev_bin
|
||||||
|
- task: cURLUploader@2
|
||||||
|
inputs:
|
||||||
|
files: '$(Build.SourcesDirectory)/dev_bin/**/*.*'
|
||||||
|
authType: 'userAndPass'
|
||||||
|
username: $(username)
|
||||||
|
password: $(api-key)
|
||||||
|
url: https://api.bintray.com/content/luisangelsm/YACReader/DevBuilds/$(Build.BuildNumber)
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user