提交 df8e3f0d 编写于 作者: J Joao Moreno

fix build

上级 7beb71bd
......@@ -77,10 +77,12 @@ steps:
- script: |
set -e
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
AZURE_STORAGE_ACCESS_KEY="$(ticino-storage-key)" \
yarn gulp vscode-darwin-min
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-reh-darwin-min
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-web-darwin-min
AZURE_STORAGE_ACCESS_KEY="$(ticino-storage-key)" \
yarn gulp upload-vscode-sourcemaps
displayName: Build
......
......@@ -79,12 +79,14 @@ steps:
set -e
if [[ "$VSCODE_ARCH" == "ia32" ]]; then
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-linux-$VSCODE_ARCH-min
yarn gulp vscode-linux-$VSCODE_ARCH-min
else
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-linux-$VSCODE_ARCH-min
yarn gulp vscode-reh-linux-$VSCODE_ARCH-min
yarn gulp vscode-web-linux-$VSCODE_ARCH-min
yarn gulp vscode-linux-$VSCODE_ARCH-min
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-reh-linux-$VSCODE_ARCH-min
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-web-linux-$VSCODE_ARCH-min
fi
displayName: Build
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册