From 62959d565cb34c7b2f1a77d5dc49f1a4cc7f9670 Mon Sep 17 00:00:00 2001 From: Christopher Suh Date: Mon, 9 Oct 2023 14:05:50 -0700 Subject: [PATCH] update commit hash for AGC merge (#24622) --- build/azure-pipelines/win32/sql-product-build-win32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 6b0c4bf60e..45e10419e6 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -54,7 +54,7 @@ steps: - powershell: | git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git" git fetch distro - git cherry-pick 51ef46d56b81ae967f3ae185661996540bf2b642 + git merge ab87de2203e5a9d8377a74725dc6e2258de6da79 condition: eq(variables['VSCODE_QUALITY'], 'agc') displayName: Merge AGC endpoints