mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Fix extension publishing during CI build (#15561)
* Disable native module recompile * Bump distro * Move web build step earlier
This commit is contained in:
@@ -95,6 +95,7 @@ steps:
|
||||
set -e
|
||||
yarn gulp vscode-linux-x64-min-ci
|
||||
yarn gulp vscode-web-min-ci
|
||||
yarn gulp vscode-reh-web-linux-x64-min
|
||||
displayName: Build
|
||||
env:
|
||||
VSCODE_MIXIN_PASSWORD: $(github-distro-mixin-password)
|
||||
@@ -223,18 +224,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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "azuredatastudio",
|
||||
"version": "1.30.0",
|
||||
"distro": "99c64148d3393e4f67e531240b870f4cee111e06",
|
||||
"distro": "ab16639070613df1c9772fe028786f44ff9096f3",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user