mirror of
https://github.com/actions/runner-images.git
synced 2026-01-09 03:57:44 +08:00
install Hyper-V feature (#6987)
This commit is contained in:
@@ -174,7 +174,8 @@
|
||||
{ "name": "VirtualMachinePlatform", "optionalFeature": true },
|
||||
{ "name": "NET-Framework-45-Features", "includeAllSubFeatures": true },
|
||||
{ "name": "Client-ProjFS", "optionalFeature": true },
|
||||
{ "name": "NET-Framework-Features", "includeAllSubFeatures": true }
|
||||
{ "name": "NET-Framework-Features", "includeAllSubFeatures": true },
|
||||
{ "name": "Hyper-V", "includeAllSubFeatures": true }
|
||||
],
|
||||
"visualStudio": {
|
||||
"version" : "2022",
|
||||
|
||||
Reference in New Issue
Block a user