Skip to content

Commit 27c5c08

Browse files
committed
Disabled Hyper-V install
1 parent 375fd70 commit 27c5c08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/appveyor/preparation.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Write-Host -Object "appveyor.prep: Install PSFramework" -ForegroundColor DarkGre
2222
Install-Module -Name PSFramework | Out-Null
2323

2424
# 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
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
2828

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

0 commit comments

Comments
 (0)