From d6f85ec4f994a4e2ecab28b30441a8618253ca89 Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 2 Nov 2022 21:22:34 +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 fe1fbafe9..5697660ac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -730,7 +730,7 @@ stages: inputs: buildType: 'current' artifactName: Packages - itemPattern: '/$(pattern)' + itemPattern: '**/$(pattern)' targetPath: $(Build.ArtifactStagingDirectory) - bash: | mkdir -p ${BUILD_ARTIFACTSTAGINGDIRECTORY}/bin