Skip to content

Commit 0a03a56

Browse files
authored
Enable service readme main (Azure#22638)
1 parent 8f67b8f commit 0a03a56

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

eng/pipelines/docindex.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ jobs:
4242
displayName: Update Docs Onboarding
4343
condition: and(succeeded(), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Force.MainUpdate'], 'true')))
4444

45+
- task: Powershell@2
46+
inputs:
47+
pwsh: true
48+
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
49+
arguments: >-
50+
-DocRepoLocation $(DocRepoLocation)
51+
-TenantId '$(opensource-aad-tenant-id)'
52+
-ClientId '$(opensource-aad-app-id)'
53+
-ClientSecret '$(opensource-aad-secret)'
54+
55+
displayName: Generate Service Level Readme
56+
4557
- task: Powershell@2
4658
inputs:
4759
pwsh: true

0 commit comments

Comments
 (0)