build: update product Copilot runtime canary - #334824
Conversation
Set the checked-in product runtime override to 1.0.84-canary.70.gdb75d0d.unsigned.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The PR description states the new canary is not yet available on the private feed, but the override step verifies the version exists and can cause scheduled/CI pipeline failures until publication.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Lite
Findings: 1
New issues introduced by this change (2)
| Severity | Finding |
|---|---|
build/azure-pipelines/product-build.yml — This pipeline is scheduled/triggered on main (see schedules:/trigger: at top). The PR… |
|
build/azure-pipelines/product-build-ado-ci.yml — Although this pipeline isn't auto-triggered (trigger: none), it is used as a CI entrypoint for… |
What changed in this PR
Updates the pinned product @github/copilot runtime canary version used by the Azure Pipelines product build definitions, keeping OSS manifests and the Copilot SDK version unchanged.
Changes:
- Bump
VSCODE_CLI_CANARY_VERSIONdefault from1.0.84-canary.67.g6496fad.unsignedto1.0.84-canary.70.gdb75d0d.unsignedin the main product build pipeline. - Apply the same canary bump in the ADO CI variant of the product build pipeline.
| File | Description |
|---|---|
| build/azure-pipelines/product-build.yml | Updates the default pinned product Copilot runtime canary used by scheduled/triggered product builds. |
| build/azure-pipelines/product-build-ado-ci.yml | Mirrors the pinned canary update for the release PR/ADO CI pipeline entrypoint. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: Ladislau Szomoru (@lszomoru)Matched files:
|


Summary
@github/copilotruntime override from1.0.84-canary.67.g6496fad.unsignedto1.0.84-canary.70.gdb75d0d.unsignedValidation
cd build && npm run typecheckThe requested canary is not visible on the private feed yet; product installation can be validated after publication.
Release counterpart of #334823.
(Written by Copilot)