Skip to content
Next Next commit
Use full checkout for regen stage
  • Loading branch information
JoshLove-msft committed Jul 28, 2025
commit 177c65b23ac07b28a67f5160fe9260694b7817b6
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,9 @@ extends:
jobs:
- job: Initialize
steps:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths:
- "/*"
- "!SessionRecords"
- checkout: self
fetchDepth: 0 # Full history as we are writing to the repository
clean: true

- task: UseNode@1
displayName: 'Install Node.js'
Expand Down