Skip to content

Commit 39c8a3d

Browse files
authored
Update the main branch (Azure#27928)
1 parent b131f86 commit 39c8a3d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

eng/pipelines/docindex.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ jobs:
3737
arguments: -DocRepoLocation $(DocRepoLocation) -ImageId '$(DocValidationImageId)'
3838
displayName: Update Docs Onboarding
3939
condition: and(succeeded(), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Force.MainUpdate'], 'true')))
40-
40+
- task: Powershell@2
41+
inputs:
42+
pwsh: true
43+
filePath: eng/common/scripts/Update-DocsMsToc.ps1
44+
arguments: >-
45+
-DocRepoLocation $(DocRepoLocation)
46+
-OutputLocation $(DailyDocRepoLocation)/docs-ref-mapping/reference-unified.yml
47+
displayName: Generate ToC for main branch
4148
# Push changes to docs repo
4249
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
4350
parameters:

0 commit comments

Comments
 (0)