mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[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:
@@ -155,7 +155,7 @@
|
||||
"subversion" : "17",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"installChannel": "624045707_-738089513",
|
||||
"installChannel": "",
|
||||
"workloads": [
|
||||
"Component.Dotfuscator",
|
||||
"Component.Linux.CMake",
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
"subversion" : "17",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"installChannel": "624045707_-738089513",
|
||||
"installChannel": "",
|
||||
"workloads": [
|
||||
"Component.Dotfuscator",
|
||||
"Component.Linux.CMake",
|
||||
|
||||
Reference in New Issue
Block a user