mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 14:50:31 -04:00
* Merge from vscode 8aa90d444f5d051984e8055f547c4252d53479b3 * pipeline errors * fix build
5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
yarn gulp vscode-darwin-min
|
|
yarn gulp vscode-reh-darwin-min
|
|
yarn gulp upload-vscode-sourcemaps |