Compare commits

...

5 commits

Author SHA1 Message Date
deepak1556 db8885c93b chore: update name 2021-11-11 18:11:32 +09:00
deepak1556 e83d2268a0 chore: bump distro 2021-11-11 18:09:31 +09:00
deepak1556 7c9b5da7c5 chore: bump distro 2021-11-11 15:52:58 +09:00
deepak1556 3e618018eb chore: fix ci 2021-11-11 15:48:55 +09:00
deepak1556 39b2fb9c0b chore: bump distro 2021-11-11 14:17:04 +09:00
2 changed files with 5 additions and 3 deletions

View file

@ -193,7 +193,8 @@ steps:
set -e
APP_ROOT=$(agent.builddirectory)/VSCode-darwin-$(VSCODE_ARCH)
APP_NAME="`ls $APP_ROOT | head -n 1`"
INTEGRATION_TEST_ELECTRON_PATH="$APP_ROOT/$APP_NAME/Contents/MacOS/Electron" \
EXE_NAME=$(node -p "require(\"$APP_ROOT/$APP_NAME/Contents/Resources/app/product.json\").nameShort")
INTEGRATION_TEST_ELECTRON_PATH="$APP_ROOT/$APP_NAME/Contents/MacOS/$EXE_NAME" \
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-darwin" \
./scripts/test-integration.sh --build --tfs "Integration Tests"
displayName: Run integration tests (Electron)
@ -212,7 +213,8 @@ steps:
set -e
APP_ROOT=$(agent.builddirectory)/VSCode-darwin-$(VSCODE_ARCH)
APP_NAME="`ls $APP_ROOT | head -n 1`"
INTEGRATION_TEST_ELECTRON_PATH="$APP_ROOT/$APP_NAME/Contents/MacOS/Electron" \
EXE_NAME=$(node -p "require(\"$APP_ROOT/$APP_NAME/Contents/Resources/app/product.json\").nameShort")
INTEGRATION_TEST_ELECTRON_PATH="$APP_ROOT/$APP_NAME/Contents/MacOS/$EXE_NAME" \
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-darwin" \
./resources/server/test/test-remote-integration.sh
displayName: Run remote integration tests (Electron)

View file

@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.63.0",
"distro": "cc8976e5470edb06e4b3abd29841ffe7bf5042d2",
"distro": "a1c03022613bba054fc8bcfe160d67dcec64c455",
"author": {
"name": "Microsoft Corporation"
},