Skip to content

Commit bc1c7c9

Browse files
authored
Use PackageInfo.Name to populate the ArtifactPackageNames for PR Matrix Gen (Azure#44886)
1 parent 30809b2 commit bc1c7c9

File tree

1 file changed

+2
-1
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+2
-1
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,9 @@ jobs:
451451
- ${{ config }}
452452
${{ if eq(parameters.ServiceDirectory, 'auto') }}:
453453
EnablePRGeneration: true
454-
# Trying sparse matrix for indirect packages
455454
PRMatrixSparseIndirect: true
455+
# This key will use the PackageInfo.Name to populate the ArtifactPackageNames
456+
PRMatrixKey: 'Name'
456457
SparseCheckoutPaths:
457458
- '**/*.xml'
458459
- '**/*.md'

0 commit comments

Comments
 (0)