Remove unnecessary checkout: none that causes conflicts with sparse checkout declarations (#3915)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
3756ae66a2
commit
db99ee12df
@ -34,7 +34,6 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
steps:
|
steps:
|
||||||
- ${{ if eq(length(parameters.PackageInfoLocations), 0) }}:
|
- ${{ if eq(length(parameters.PackageInfoLocations), 0) }}:
|
||||||
- checkout: none
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
Write-Host "Skipping DocsMS Update because package list was empty."
|
Write-Host "Skipping DocsMS Update because package list was empty."
|
||||||
displayName: Skip DocsMS Update
|
displayName: Skip DocsMS Update
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user