diff --git a/build/azure-pipelines/linux/sql-product-build-linux.yml b/build/azure-pipelines/linux/sql-product-build-linux.yml index 9a34aa0492..6e1f6d3521 100644 --- a/build/azure-pipelines/linux/sql-product-build-linux.yml +++ b/build/azure-pipelines/linux/sql-product-build-linux.yml @@ -223,18 +223,18 @@ steps: displayName: 'Signing Extensions and Langpacks' condition: and(succeeded(), eq(variables['signed'], true)) - - script: | - set -e - cd ./extensions/mssql/node_modules/@microsoft/ads-kerberos - # npx node-gyp rebuild - yarn install - displayName: Recompile native node modules + # - script: | + # set -e + # cd ./extensions/mssql/node_modules/@microsoft/ads-kerberos + # # npx node-gyp rebuild + # yarn install + # displayName: Recompile native node modules - - script: | - set -e - VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \ - yarn gulp vscode-reh-web-linux-x64-min - displayName: Build web server + # - script: | + # set -e + # VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \ + # yarn gulp vscode-reh-web-linux-x64-min + # displayName: Build web server - script: | set -e