mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Upload only files
I don't know if there is a better pattern to define files only
This commit is contained in:
parent
3db3908d8c
commit
1b95fe3cd8
@ -118,10 +118,10 @@ jobs:
|
||||
buildType: 'current'
|
||||
targetPath: $(Build.SourcesDirectory)/dev_bin
|
||||
- script: |
|
||||
ls -lah $(Build.SourcesDirectory)/dev_bin
|
||||
ls -lah $(Build.SourcesDirectory)/dev_bin/***.*
|
||||
- task: cURLUploader@2
|
||||
inputs:
|
||||
files: '$(Build.SourcesDirectory)/dev_bin/**'
|
||||
files: '$(Build.SourcesDirectory)/dev_bin/***.*'
|
||||
authType: 'userAndPass'
|
||||
username: $(username)
|
||||
password: $(api-key)
|
||||
|
Loading…
Reference in New Issue
Block a user