mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
update prepare scripts, license, lockfile
This commit is contained in:
@@ -32,7 +32,7 @@ steps:
|
||||
|
||||
- template: ../mixin-distro-posix.yml
|
||||
parameters:
|
||||
VSCODE_QUALITY: ${{ variables.VSCODE_QUALITY }}
|
||||
VSCODE_QUALITY: ${{ parameters.VSCODE_QUALITY }}
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
@@ -40,6 +40,7 @@ steps:
|
||||
displayName: Prepare CLI build
|
||||
env:
|
||||
GITHUB_TOKEN: "$(github-distro-mixin-password)"
|
||||
VSCODE_QUALITY: ${{ parameters.VSCODE_QUALITY }}
|
||||
|
||||
- template: ../cli/install-rust-posix.yml
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user