mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Try other pattern
This commit is contained in:
parent
b8dbf4dd4d
commit
6d44e30737
@ -118,10 +118,10 @@ jobs:
|
|||||||
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
|
- task: cURLUploader@2
|
||||||
inputs:
|
inputs:
|
||||||
files: '$(Build.SourcesDirectory)/dev_bin/***.*'
|
files: '$(Build.SourcesDirectory)/dev_bin/**/*.*'
|
||||||
authType: 'userAndPass'
|
authType: 'userAndPass'
|
||||||
username: $(username)
|
username: $(username)
|
||||||
password: $(api-key)
|
password: $(api-key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user