From f8fb0b8c492d8f04afcc1822f022542f3f8c7b6f Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Sat, 22 May 2021 09:06:40 -0700 Subject: [PATCH] Revert "Disable npm recompile step (#15548)" (#15554) This reverts commit db5b68e04a669991d0ae63449f4d2de2599b5bff. --- .../linux/sql-product-build-linux.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build/azure-pipelines/linux/sql-product-build-linux.yml b/build/azure-pipelines/linux/sql-product-build-linux.yml index 6e1f6d3521..9a34aa0492 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