add more sourcemaps (#10851)

This commit is contained in:
Anthony Dresser
2020-06-10 14:51:45 -07:00
committed by GitHub
parent dff43687e2
commit a940999c39
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ const compilations = glob.sync('**/tsconfig.json', {
ignore: ['**/out/**', '**/node_modules/**']
});
const getBaseUrl = out => `https://ticino.blob.core.windows.net/sourcemaps/${commit}/${out}`;
const getBaseUrl = out => `https://sqlopsbuilds.blob.core.windows.net/sourcemaps/${commit}/${out}`;
const tasks = compilations.map(function (tsconfigFile) {
const absolutePath = path.join(extensionsPath, tsconfigFile);