From 753d785076617d84889337d8c781e7f23542725a Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Mon, 5 Oct 2020 12:55:00 -0700 Subject: [PATCH] Fix sorting of extension list in build script (#12733) --- build/lib/extensions.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build/lib/extensions.js b/build/lib/extensions.js index 0f95d10e40..b0fd0403cd 100644 --- a/build/lib/extensions.js +++ b/build/lib/extensions.js @@ -207,25 +207,25 @@ const externalExtensions = [ // they get packaged separately. Adding extension name here, will make the build to create // a separate vsix package for the extension and the extension will be excluded from the main package. // Any extension not included here will be installed by default. + 'admin-pack', 'admin-tool-ext-win', 'agent', 'arc', + 'asde-deployment', 'azdata', - 'import', - 'profiler', - 'admin-pack', - 'dacpac', - 'schema-compare', 'cms', - 'query-history', + 'dacpac', + 'data-workspace', + 'import', 'kusto', 'liveshare', - 'sql-database-projects', 'machine-learning', + 'profiler', + 'query-history', + 'schema-compare', 'sql-assessment', - 'asde-deployment', + 'sql-database-projects', 'sql-migration', - 'data-workspace' ]; // extensions that require a rebuild since they have native parts const rebuildExtensions = [