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