Skip to content

Commit 01fecc2

Browse files
authored
Sparse-Checkout Entire Repo (#42793)
* add a sparse-checkout of the entire repo to any clones that may run on mac
1 parent 5a7eca5 commit 01fecc2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

eng/pipelines/templates/jobs/ci.tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
value: ${{ parameters.InjectedPackages }}
8383

8484
steps:
85+
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
86+
parameters:
87+
Paths:
88+
- '**'
89+
8590
- template: /eng/pipelines/templates/steps/download-package-artifacts.yml
8691

8792
- template: /eng/pipelines/templates/steps/resolve-package-targeting.yml

eng/pipelines/templates/steps/build-package-artifacts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ parameters:
2525
default: []
2626

2727
steps:
28+
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
29+
parameters:
30+
Paths:
31+
- '**'
32+
2833
- task: UsePythonVersion@0
2934
displayName: 'Use Python $(PythonVersion)'
3035
condition: and(succeeded(), or(eq(variables['ENABLE_EXTENSION_BUILD'], 'true'), eq('${{ parameters.ArtifactSuffix }}', 'linux')))

0 commit comments

Comments
 (0)