Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use full checkout for regen stage
  • Loading branch information
JoshLove-msft authored and azure-sdk committed Jul 29, 2025
commit cac9b54254c1a8d98a370b0c1df617fe22f8d3a8
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