update commit hash for AGC merge (#24622)

This commit is contained in:
Christopher Suh
2023-10-09 14:05:50 -07:00
committed by GitHub
parent 63a78e62aa
commit 62959d565c

View File

@@ -54,7 +54,7 @@ steps:
- powershell: | - powershell: |
git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git" git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git"
git fetch distro git fetch distro
git cherry-pick 51ef46d56b81ae967f3ae185661996540bf2b642 git merge ab87de2203e5a9d8377a74725dc6e2258de6da79
condition: eq(variables['VSCODE_QUALITY'], 'agc') condition: eq(variables['VSCODE_QUALITY'], 'agc')
displayName: Merge AGC endpoints displayName: Merge AGC endpoints