Files
vscode/build/azure-pipelines/linux/build.sh
2019-05-22 12:43:52 +02:00

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