File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments