Revert "Disable npm recompile step (#15548)" (#15554)

This reverts commit db5b68e04a.
This commit is contained in:
Alan Ren
2021-05-22 09:06:40 -07:00
committed by GitHub
parent db5b68e04a
commit f8fb0b8c49

View File

@@ -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