diff --git a/build/pack.ps1 b/build/pack.ps1 index 4d9f728b4d..fdf7526fe9 100644 --- a/build/pack.ps1 +++ b/build/pack.ps1 @@ -228,7 +228,6 @@ if ($Env:ENABLE_VSIX -ne "false") { Pack-VS } else { Write-Host "##vso[task.logissue type=warning;]VSIX packing skipped due to ENABLE_VSIX variable." - return } if (-not $all_ok) {