Add option to not publish source maps (#18683)

* Test PR

* fix
This commit is contained in:
Charles Gagnon
2022-03-09 11:12:58 -08:00
committed by GitHub
parent 634b9f8d08
commit 27763c860c

View File

@@ -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