build: update product Copilot runtime canary - #334823
Draft
roblourens wants to merge 1 commit into
Draft
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>
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The configured package version is not yet published, so default product builds cannot currently resolve it.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: None
What changed in this PR
Updates both product pipeline entry points to use the newer Copilot runtime canary while leaving OSS dependencies unchanged.
Changes:
- Updates the runtime override to
1.0.84-canary.70.gdb75d0d.unsigned. - Keeps main and ADO CI pipeline defaults synchronized.
| File | Description |
|---|---|
build/azure-pipelines/product-build.yml |
Updates the product-build runtime canary. |
build/azure-pipelines/product-build-ado-ci.yml |
Updates the ADO CI runtime canary. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Pada Sen, 7 Sep 2026 03.10, Copilot ***@***.***> menulis:
… ***@***.**** commented on this pull request.
Copilot review overview 🟡 Changes recommended
The configured package version is not yet published, so default product
builds cannot currently resolve it.
*Once you've addressed the issues Copilot identified, you can request
another Copilot review.*
*Review tier:* Balanced
*Findings:* None
*What changed in this PR*
Updates both product pipeline entry points to use the newer Copilot
runtime canary while leaving OSS dependencies unchanged.
*Changes:*
- Updates the runtime override to 1.0.84-canary.70.gdb75d0d.unsigned.
- Keeps main and ADO CI pipeline defaults synchronized.
File Description
build/azure-pipelines/product-build.yml Updates the product-build
runtime canary.
build/azure-pipelines/product-build-ado-ci.yml Updates the ADO CI
runtime canary.
------------------------------
💡 Add a code-review agent skill
<http:///microsoft/vscode/new/main?filename=.github/skills/code-review/SKILL.md>
or configure MCP servers for context-aware, tailored reviews. Learn more
in the docs.
<https://docs.github.com/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review?tool=webui#mcp-servers-and-agent-skills>
—
Reply to this email directly, view it on GitHub
<#334823?email_source=notifications&email_token=CM7ETLIQPW47QMGHGBBTVDT5NXAD7A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMJSGY2DQOBYGY32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#pullrequestreview-5126488867>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/CM7ETLJ5WU563WTW5M2KZL35NXAD7AVCNFSNUABEKJSXA33TNF2G64TZHM2DCOBYGE4TAMB3JFZXG5LFHM2TGNRXGM2TMMZYHCQXMAQ>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/CM7ETLMNCPWMH2CINA5RGLT5NXAD7A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMJSGY2DQOBYGY32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/CM7ETLOTOOMWDP6OV7UZXRL5NXAD7A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMJSGY2DQOBYGY32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
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.
Main counterpart of #334824.
(Written by Copilot)