We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765ef77 commit 6ec1e7aCopy full SHA for 6ec1e7a
tests/appveyor/preparation.ps1
@@ -24,6 +24,7 @@ Install-Module -Name PSFramework | Out-Null
24
# Get Hyper-V-PowerShell
25
Write-Host -Object "appveyor.prep: Install Hyper-V-PowerShell" -ForegroundColor DarkGreen
26
Install-WindowsFeature -Name Hyper-V-PowerShell | Out-Null
27
+Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature | Out-Null
28
29
# Creating config files
30
Write-Host -Object "appveyor.prep: Creating configurations files" -ForegroundColor DarkGreen
0 commit comments