diff --git a/build/gulpfile.mixin.js b/build/gulpfile.mixin.js index bffd6d3517..1cb8f4ef71 100644 --- a/build/gulpfile.mixin.js +++ b/build/gulpfile.mixin.js @@ -37,9 +37,9 @@ gulp.task('mixin', function () { } // {{SQL CARBON EDIT}} - let serviceUrl = 'https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json'; + let serviceUrl = 'https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json'; if (quality === 'insider') { - serviceUrl = `https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery-${quality}.json`; + serviceUrl = `https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery-${quality}.json`; } let newValues = { "updateUrl": updateUrl, diff --git a/product.json b/product.json index ced31b3540..7211fcf4eb 100644 --- a/product.json +++ b/product.json @@ -38,6 +38,6 @@ "Redgate.sql-search" ], "extensionsGallery": { - "serviceUrl": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json" + "serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json" } } \ No newline at end of file