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