-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Sync eng/common directory with azure-sdk-tools for PR 12910 #47295
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
base: main
Are you sure you want to change the base?
Sync eng/common directory with azure-sdk-tools for PR 12910 #47295
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 syncs the eng/common directory with azure-sdk-tools PR 12910, updating the spell-checking pipeline template to modernize its parameter definitions and add optional cspell upgrade verification functionality.
Key changes:
- Modernizes parameter definitions from simple key-value format to structured YAML with type specifications
- Adds a new optional parameter
EnableCspellUpgradeVerificationto enable verification when cspell package-lock.json is updated - Adds a new conditional step that checks for cspell package-lock.json changes and runs public API spell checking if applicable
| - pwsh: | | ||
| if ('true' -eq '$(Skip.SpellCheck)') { | ||
| Write-Host "Spell check is skipped in this build. Skipping cspell upgrade verification." | ||
| Write-Host "##vso[task.setvariable variable=RunCspellUpgradeVerification]false" |
Copilot
AI
Nov 15, 2025
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.
The variable 'RunCspellUpgradeVerification' is set here but never referenced elsewhere in the script. This line can be removed as it serves no purpose.
| Write-Host "##vso[task.setvariable variable=RunCspellUpgradeVerification]false" |
8a34561 to
c3e4b39
Compare
c3e4b39 to
0e648d7
Compare
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12910 See eng/common workflow