fix(vscode): restore signing packages through CFS - #9532
Merged
Brian Lam (lambrianmsft) merged 1 commit intoAug 12, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f18fc536-5cc5-44cd-8f7e-b00f799dcf16
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
✅ Contributors
✅ Screenshots/Videos
Summary Table
All checks pass — this PR is compliant and ready to merge. Nice, thorough writeup.Powered by: Copilot CLI (claude-opus-4.8) | Last updated: Wed, 12 Aug 2026 23:29:17 GMT |
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
❌ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
✅ Contributors
✅ Screenshots/Videos
Summary Table
Almost there! The only blocker is an over-declared risk level — this pipeline-only change should be Low, not Medium. Update the Risk Level checkbox to Low and change the label to
|
Elaina Lee (Elaina-Lee)
approved these changes
Aug 12, 2026
Brian Lam (lambrianmsft)
merged commit Aug 12, 2026
1e7e8ac
into
Azure:hotfix/v5.991
20 of 22 checks passed
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
The v5.991 release build now completes npm packaging but fails while signing because MSBuild implicitly restores
Microsoft.Build.NoTargetsfrom public nuget.org. This change routes signing dependencies through the authenticatedazcodeCFS NuGet endpoint and prevents the subsequent build from performing another implicit restore.Impact of Change
NuGet.configgenerated after release-tag checkout.--no-restorefor the signing build so CI has no direct NuGet Gallery dependency.Test Plan
git diff --check, Biome, and independent pipeline diff review. The release pipeline will validate authenticated package restore and signing end to end.Contributors
Brian Lam (@lambrianmsft)
Screenshots/Videos
N/A — pipeline-only change.