From 6d44e307379198356cb5c61c97d7a7c22268f6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Sep 2019 17:06:47 +0200 Subject: [PATCH] Try other pattern --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5917b97b..30608b27 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)