We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd90cc commit 17213dcCopy full SHA for 17213dc
build/azure-pipelines/product-publish.ps1
@@ -46,6 +46,7 @@ $stages = @(
46
if ($env:VSCODE_BUILD_STAGE_WINDOWS -eq 'True') { 'Windows' }
47
if ($env:VSCODE_BUILD_STAGE_LINUX -eq 'True') { 'Linux' }
48
if ($env:VSCODE_BUILD_STAGE_MACOS -eq 'True') { 'macOS' }
49
+ if ($env:VSCODE_BUILD_STAGE_WEB -eq 'True') { 'Web' }
50
)
51
52
do {
build/azure-pipelines/product-publish.yml
@@ -109,6 +109,7 @@ steps:
109
110
111
112
113
114
Write-Host "Stages to check: $stages"
115
0 commit comments