Set vscodeCommitId in package.json to track which vscode commit the package has been built from.

This commit is contained in:
Henning Dieterichs 2023-02-09 16:13:46 +01:00
parent 71ac097e61
commit ccb646cca9
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
7 changed files with 75 additions and 15 deletions

View file

@ -36,7 +36,7 @@ extends:
- script: npm ci
displayName: Install NPM dependencies
- script: yarn ts-node ./scripts/ci/prepare-monaco-editor-core stable
- script: yarn ts-node ./scripts/ci/monaco-editor-core-prepare stable
displayName: Setup, Build & Test monaco-editor-core
tag: latest
@ -50,7 +50,7 @@ extends:
- script: npm ci
displayName: Install NPM dependencies
- script: yarn ts-node ./scripts/ci/prepare-monaco-editor stable
- script: yarn ts-node ./scripts/ci/monaco-editor-prepare stable
displayName: Setup, Build & Test monaco-editor
tag: latest