File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Write-Host -Object "appveyor.prep: Install PSFramework" -ForegroundColor DarkGre
22
22
Install-Module - Name PSFramework | Out-Null
23
23
24
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
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
28
29
29
# Creating config files
30
30
Write-Host - Object " appveyor.prep: Creating configurations files" - ForegroundColor DarkGreen
You can’t perform that action at this time.
0 commit comments