From e5504466ec1eccb374e4718cb3ee8cc702ee777d Mon Sep 17 00:00:00 2001 From: Andres Paz Date: Wed, 12 Aug 2020 21:16:32 -0700 Subject: [PATCH] typo --- build/pack.ps1 | 1 - 1 file changed, 1 deletion(-) 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) {