[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
This commit is contained in:
Subir Ghosh
2025-07-07 08:57:28 -06:00
committed by GitHub
parent a4021ffba1
commit 968c8b6bdb
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"installChannel": "624045707_-738089513",
"installChannel": "",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",

View File

@@ -137,7 +137,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"installChannel": "624045707_-738089513",
"installChannel": "",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",