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 621dc6d commit b553653Copy full SHA for b553653
eng/common/pipelines/templates/steps/sparse-checkout.yml
@@ -17,7 +17,10 @@ steps:
17
- checkout: none
18
19
- task: PowerShell@2
20
- displayName: 'Sparse checkout repositories'
+ ${{ if eq(length(parameters.Repositories), 1) }}:
21
+ displayName: 'Sparse checkout ${{ parameters.Repositories[0].Name }}'
22
+ ${{ else }}:
23
+ displayName: 'Sparse checkout repositories'
24
inputs:
25
targetType: inline
26
# Define this inline, because of the chicken/egg problem with loading a script when nothing
0 commit comments