mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Disable npm recompile step (#15548)
This commit is contained in:
@@ -223,18 +223,18 @@ steps:
|
|||||||
displayName: 'Signing Extensions and Langpacks'
|
displayName: 'Signing Extensions and Langpacks'
|
||||||
condition: and(succeeded(), eq(variables['signed'], true))
|
condition: and(succeeded(), eq(variables['signed'], true))
|
||||||
|
|
||||||
- script: |
|
# - script: |
|
||||||
set -e
|
# set -e
|
||||||
cd ./extensions/mssql/node_modules/@microsoft/ads-kerberos
|
# cd ./extensions/mssql/node_modules/@microsoft/ads-kerberos
|
||||||
# npx node-gyp rebuild
|
# # npx node-gyp rebuild
|
||||||
yarn install
|
# yarn install
|
||||||
displayName: Recompile native node modules
|
# displayName: Recompile native node modules
|
||||||
|
|
||||||
- script: |
|
# - script: |
|
||||||
set -e
|
# set -e
|
||||||
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
|
# VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
|
||||||
yarn gulp vscode-reh-web-linux-x64-min
|
# yarn gulp vscode-reh-web-linux-x64-min
|
||||||
displayName: Build web server
|
# displayName: Build web server
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user