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