Skip to content

Commit

Permalink
Pre-release dev_test_part36
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 6, 2023
1 parent f07e739 commit 1106981
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1106981

Please sign in to comment.