From 8a9da431a02c336f21dd945f0f326d2cc2669791 Mon Sep 17 00:00:00 2001 From: "vs-code-engineering[bot]" Date: Mon, 7 Sep 2026 01:47:35 +0000 Subject: [PATCH 1/2] [cherry-pick] build: update product Copilot runtime canary --- build/azure-pipelines/product-build-ado-ci.yml | 2 +- build/azure-pipelines/product-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-build-ado-ci.yml b/build/azure-pipelines/product-build-ado-ci.yml index 2594f4e5be8454..00c4e6df388517 100644 --- a/build/azure-pipelines/product-build-ado-ci.yml +++ b/build/azure-pipelines/product-build-ado-ci.yml @@ -83,7 +83,7 @@ parameters: - name: VSCODE_CLI_CANARY_VERSION displayName: "Product @github/copilot runtime version ('auto' = infer from an SDK override)" type: string - default: 1.0.84-canary.67.g6496fad.unsigned + default: 1.0.84-canary.70.gdb75d0d.unsigned variables: - name: VSCODE_PRIVATE_BUILD diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 392b82420e5972..27c62f47e3b805 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -136,7 +136,7 @@ parameters: - name: VSCODE_CLI_CANARY_VERSION displayName: "Product @github/copilot runtime version ('auto' = infer from an SDK override)" type: string - default: 1.0.84-canary.67.g6496fad.unsigned + default: 1.0.84-canary.70.gdb75d0d.unsigned variables: - name: VSCODE_BUILD_TITLE_PREFIX From 57dfd5940e615962033a844ff5160bf96cf8caf9 Mon Sep 17 00:00:00 2001 From: Dmitriy Vasyura Date: Sun, 6 Sep 2026 23:08:06 -0700 Subject: [PATCH 2/2] build: trigger CI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>