Use better description for single repo sparse checkout (#5028)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
parent
716129f5c0
commit
c9f3b9485e
@ -17,7 +17,10 @@ steps:
|
||||
- checkout: none
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Sparse checkout repositories'
|
||||
${{ if eq(length(parameters.Repositories), 1) }}:
|
||||
displayName: 'Sparse checkout ${{ parameters.Repositories[0].Name }}'
|
||||
${{ else }}:
|
||||
displayName: 'Sparse checkout repositories'
|
||||
inputs:
|
||||
targetType: inline
|
||||
# Define this inline, because of the chicken/egg problem with loading a script when nothing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user