From eba51f8f87b7cf76c882fe3ed9a2803ef8c338bd Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:42:37 +0100 Subject: [PATCH] [Windows] Change VS extensions order for windows-2019 image (#13378) --- images/windows/toolsets/toolset-2019.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index f11d4c68b..257a2dff7 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -314,12 +314,12 @@ "Component.MDD.Linux.GCC.arm" ], "vsix": [ - "ProBITools.MicrosoftAnalysisServicesModelingProjects", - "SSIS.SqlServerIntegrationServicesProjects", "ProBITools.MicrosoftReportProjectsforVisualStudio", "VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects", "ms-biztalk.BizTalk", - "WixToolset.WixToolsetVisualStudio2019Extension" + "WixToolset.WixToolsetVisualStudio2019Extension", + "ProBITools.MicrosoftAnalysisServicesModelingProjects", + "SSIS.SqlServerIntegrationServicesProjects" ] }, "docker": {