diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 938585ba18ac..cfb1b6633ee6 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -51,13 +51,6 @@ steps: git merge $(node -p "require('./package.json').distro") displayName: Merge distro - - powershell: | - git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git" - git fetch distro - git merge ab87de2203e5a9d8377a74725dc6e2258de6da79 - condition: eq(variables['VSCODE_QUALITY'], 'agc') - displayName: Merge AGC endpoints - - powershell: | . build/azure-pipelines/win32/exec.ps1 $ErrorActionPreference = "Stop" diff --git a/package.json b/package.json index 14fc523e9b77..311bde7dd55d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.47.0", - "distro": "37199be719d05d53f4eaa7d96018e579021fe3b0", + "distro": "8c77b1784802cb3c0304e990fdeca1dd823b99c4", "author": { "name": "Microsoft Corporation" },