We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30809b2 commit bc1c7c9Copy full SHA for bc1c7c9
eng/pipelines/templates/jobs/ci.yml
@@ -451,8 +451,9 @@ jobs:
451
- ${{ config }}
452
${{ if eq(parameters.ServiceDirectory, 'auto') }}:
453
EnablePRGeneration: true
454
- # Trying sparse matrix for indirect packages
455
PRMatrixSparseIndirect: true
+ # This key will use the PackageInfo.Name to populate the ArtifactPackageNames
456
+ PRMatrixKey: 'Name'
457
SparseCheckoutPaths:
458
- '**/*.xml'
459
- '**/*.md'
0 commit comments