From 11069815fdf6f463db16924a2229dd6e706f4d99 Mon Sep 17 00:00:00 2001 From: Liangcheng Juves Date: Sun, 6 Aug 2023 22:01:05 +0800 Subject: [PATCH] Pre-release `dev_test_part36` --- .github/workflows/codeoss-ci.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeoss-ci.yml b/.github/workflows/codeoss-ci.yml index 7a244f4dc0aab2..41c8d6da9a96bd 100644 --- a/.github/workflows/codeoss-ci.yml +++ b/.github/workflows/codeoss-ci.yml @@ -21,9 +21,9 @@ env: CARGO_TERM_COLOR: always CODE_ICO_URL: https://github.com/LcJuves/vscode/raw/94cba4eb314f52fd18b47b72459954fda65302d0/resources/win32/code.ico VSCODE_STEP_ON_IT: false - CACHE_VERSION: 1691301139 - PUBLISH_NAME: dev_test_part35 - PUBLISH_TAG_NAME: dev_test_part35 + CACHE_VERSION: 1691330372 + PUBLISH_NAME: dev_test_part36 + PUBLISH_TAG_NAME: dev_test_part36 PRE_RELEASE: true defaults: @@ -176,6 +176,11 @@ jobs: yarn --cwd test/smoke compile yarn --cwd test/integration/browser compile + - name: Extract Telemetry + run: | + export BUILD_STAGINGDIRECTORY="$PWD" + ./build/azure-pipelines/common/extract-telemetry.sh + - name: Compute openssl prebuilt cache key id: compute-openssl-prebuilt-cache-key run: echo "key=$(echo "OPENSSL_PREBUILT#$CACHE_VERSION" | sha512sum | awk '{print $1}')" >>"$GITHUB_OUTPUT" @@ -1023,6 +1028,11 @@ jobs: node build/azure-pipelines/common/listNodeModules.js .build/node_modules_list.txt tar -cJf .build/node_modules_cache/cache.tar.xz -T .build/node_modules_list.txt + - name: Install built-in extensions + uses: ./.github/workflows/install-builtin-extensions + with: + cache-version: ${{ env.CACHE_VERSION }} + - name: Build artifact run: | yarn gulp vscode-web-min-ci