mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
eng: fix missing VSCODE_CHECK_ONLY in CLI publish step (#203926)
This commit is contained in:
@@ -129,13 +129,16 @@ steps:
|
||||
- template: ../cli/cli-publish.yml
|
||||
parameters:
|
||||
VSCODE_CLI_ARTIFACT: vscode_cli_linux_armhf_cli
|
||||
VSCODE_CHECK_ONLY: ${{ parameters.VSCODE_CHECK_ONLY }}
|
||||
|
||||
- ${{ if eq(parameters.VSCODE_BUILD_LINUX, true) }}:
|
||||
- template: ../cli/cli-publish.yml
|
||||
parameters:
|
||||
VSCODE_CLI_ARTIFACT: vscode_cli_linux_x64_cli
|
||||
VSCODE_CHECK_ONLY: ${{ parameters.VSCODE_CHECK_ONLY }}
|
||||
|
||||
- ${{ if eq(parameters.VSCODE_BUILD_LINUX_ARM64, true) }}:
|
||||
- template: ../cli/cli-publish.yml
|
||||
parameters:
|
||||
VSCODE_CLI_ARTIFACT: vscode_cli_linux_arm64_cli
|
||||
VSCODE_CHECK_ONLY: ${{ parameters.VSCODE_CHECK_ONLY }}
|
||||
|
||||
Reference in New Issue
Block a user