Skip to content

Commit 83f7a99

Browse files
authored
Azure DevOps - Add global variable for VSCODE_QUALITY (#115636) (#115673)
* Add variable for VSCODE_QUALITY
1 parent e1c818a commit 83f7a99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/azure-pipelines/product-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ parameters:
8484
variables:
8585
- name: ENABLE_TERRAPIN
8686
value: ${{ eq(parameters.ENABLE_TERRAPIN, true) }}
87+
- name: VSCODE_QUALITY
88+
value: ${{ parameters.VSCODE_QUALITY }}
8789
- name: VSCODE_BUILD_STAGE_WINDOWS
8890
value: ${{ or(eq(parameters.VSCODE_BUILD_WIN32, true), eq(parameters.VSCODE_BUILD_WIN32_32BIT, true), eq(parameters.VSCODE_BUILD_WIN32_ARM64, true)) }}
8991
- name: VSCODE_BUILD_STAGE_LINUX

0 commit comments

Comments
 (0)