mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Disable npm recompile step (#15548)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user