From 968c8b6bdbbac79144ea46e51dc78bb468f0f4df Mon Sep 17 00:00:00 2001 From: Subir Ghosh Date: Mon, 7 Jul 2025 08:57:28 -0600 Subject: [PATCH] [Windows] Stop pinning of Visual Studio version (#12469) * feat: Remove pinned VS version * Removed installChannel vars from VS installation module * debug: Check removal of installChannelUri * fix: Remove InstallChannel completely * feat: convert installchannel var to empty string * feat: convert installchannel var to empty string * feat: remove installchannel value to fallback to latest --- images/windows/toolsets/toolset-2022.json | 2 +- images/windows/toolsets/toolset-2025.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 616990801..0f0430698 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -155,7 +155,7 @@ "subversion" : "17", "edition" : "Enterprise", "channel": "release", - "installChannel": "624045707_-738089513", + "installChannel": "", "workloads": [ "Component.Dotfuscator", "Component.Linux.CMake", diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index a45b07d8f..d387b20f9 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -137,7 +137,7 @@ "subversion" : "17", "edition" : "Enterprise", "channel": "release", - "installChannel": "624045707_-738089513", + "installChannel": "", "workloads": [ "Component.Dotfuscator", "Component.Linux.CMake",