Use full checkout for regen stage#11373
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the TypeSpec emitter pipeline template to use a full checkout instead of sparse checkout for the Initialize job. The change ensures complete repository history is available when the pipeline needs to write back to the repository.
- Replaces sparse checkout with full checkout using
fetchDepth: 0 - Adds
clean: trueoption to ensure a clean working directory - Removes exclusion of SessionRecords directory from checkout
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11373 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: jolov <jolov@microsoft.com>
No description provided.