mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Merge from vscode 8aa90d444f5d051984e8055f547c4252d53479b3 * pipeline errors * fix build
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
yarn gulp "vscode-linux-$VSCODE_ARCH-min"
|
|
|
|
if [[ "$VSCODE_ARCH" != "ia32" ]]; then
|
|
yarn gulp vscode-reh-linux-$VSCODE_ARCH-min
|
|
fi |