Skip to content

Commit 6ec1e7a

Browse files
committed
Added extra feature install
1 parent 765ef77 commit 6ec1e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/appveyor/preparation.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Install-Module -Name PSFramework | Out-Null
2424
# Get Hyper-V-PowerShell
2525
Write-Host -Object "appveyor.prep: Install Hyper-V-PowerShell" -ForegroundColor DarkGreen
2626
Install-WindowsFeature -Name Hyper-V-PowerShell | Out-Null
27+
Install-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature | Out-Null
2728

2829
# Creating config files
2930
Write-Host -Object "appveyor.prep: Creating configurations files" -ForegroundColor DarkGreen

0 commit comments

Comments
 (0)