Skip to content

Commit 1a66e5d

Browse files
authored
Use SkipCheckoutNone parameter name for sparse checkout (Azure#23082)
1 parent d6232f1 commit 1a66e5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eng/pipelines/docindex.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Sync docs repo (this can be sparse)
1818
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
1919
parameters:
20-
SkipDefaultCheckout: true
20+
SkipCheckoutNone: true
2121
Paths:
2222
- ci-configs/
2323
- metadata/
@@ -48,10 +48,10 @@ jobs:
4848
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
4949
arguments: >-
5050
-DocRepoLocation $(DocRepoLocation)
51-
-TenantId '$(opensource-aad-tenant-id)'
52-
-ClientId '$(opensource-aad-app-id)'
51+
-TenantId '$(opensource-aad-tenant-id)'
52+
-ClientId '$(opensource-aad-app-id)'
5353
-ClientSecret '$(opensource-aad-secret)'
54-
54+
5555
displayName: Generate Service Level Readme
5656

5757
- task: Powershell@2
@@ -102,8 +102,8 @@ jobs:
102102
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
103103
arguments: >-
104104
-DocRepoLocation $(DocRepoLocation)
105-
-TenantId '$(opensource-aad-tenant-id)'
106-
-ClientId '$(opensource-aad-app-id)'
105+
-TenantId '$(opensource-aad-tenant-id)'
106+
-ClientId '$(opensource-aad-app-id)'
107107
-ClientSecret '$(opensource-aad-secret)'
108108
displayName: Generate Service Level Readme
109109

0 commit comments

Comments
 (0)