mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 11:30:49 +08:00
[Windows] Move Windows features to toolset (#3838)
* move windows features to toolset * Update WindowsFeatures.Tests.ps1 * revert templates
This commit is contained in:
@@ -248,6 +248,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"windowsFeatures": [
|
||||
{ "name": "NET-Framework-Features", "includeAllSubFeatures": true },
|
||||
{ "name": "NET-Framework-45-Features", "includeAllSubFeatures": true },
|
||||
{ "name": "FS-iSCSITarget-Server", "includeAllSubFeatures": true, "includeManagementTools": true },
|
||||
{ "name": "Containers" }
|
||||
],
|
||||
"visualStudio": {
|
||||
"version" : "2019",
|
||||
"subversion" : "16",
|
||||
|
||||
Reference in New Issue
Block a user