From 1068ba89159e23e495a39c43fc3a97c31aceae53 Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 2 Nov 2022 21:45:47 +0000 Subject: [PATCH] Use wildcard pattern now we have better bsd agent --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12be8fddf..18c62884d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -748,7 +748,7 @@ stages: inputs: buildType: 'current' artifactName: Packages - itemPattern: '/$(pattern)' + itemPattern: '**/$(pattern)' targetPath: $(Build.ArtifactStagingDirectory) - bash: | mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin