From 27763c860c4340553628cb3d33c2275fb7aa56ae Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 9 Mar 2022 11:12:58 -0800 Subject: [PATCH] Add option to not publish source maps (#18683) * Test PR * fix --- build/azure-pipelines/sql-product-compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines/sql-product-compile.yml b/build/azure-pipelines/sql-product-compile.yml index c56e4482e8..02ab6ca01f 100644 --- a/build/azure-pipelines/sql-product-compile.yml +++ b/build/azure-pipelines/sql-product-compile.yml @@ -93,6 +93,7 @@ steps: AZURE_STORAGE_ACCESS_KEY="$(sourcemap-storage-key)" \ node build/azure-pipelines/upload-sourcemaps displayName: Upload sourcemaps + condition: and(succeeded(), ne(variables['VSCODE_PUBLISH'], 'false')) - script: | set -e