-
Notifications
You must be signed in to change notification settings - Fork 227
Use full checkout for regen stage #11373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
No description provided.