From 1dec3ad286c2b07a6e6ac6d244a538ce44d3e72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Sep 2019 13:59:55 +0200 Subject: [PATCH] ** as fnmatch should be enough --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dfb8d5ae..c47aeb65 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,7 +121,7 @@ jobs: 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)