From a528c9e0081d2af13e7128feac716244b1b9f12a Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 2 Nov 2022 21:19:30 +0000 Subject: [PATCH] Use wildcard for FreeBSD itemPattern --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6714d055d..01944fc6b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -641,7 +641,7 @@ stages: inputs: buildType: 'current' artifactName: Packages - itemPattern: '/$(pattern)' + itemPattern: '**/$(pattern)' targetPath: $(Build.ArtifactStagingDirectory) - bash: | mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin