Skip to content

Commit d9ea8e2

Browse files
committed
no need to configure WinRM
1 parent fe1eb5d commit d9ea8e2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/appveyor.prep.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ $null = New-Item -Path C:\Users\appveyor\Documents\DbatoolsExport -ItemType Dire
5858
Write-Host -Object "appveyor.prep: Creating temp directory" -ForegroundColor DarkGreen
5959
$null = New-Item -Path C:\Temp -ItemType Directory
6060

61-
Write-Host -Object "appveyor.prep: Configuring WSMan (see #9782)" -ForegroundColor DarkGreen
62-
$null = Set-WSManQuickConfig -Force
63-
6461
Write-Host -Object "appveyor.prep: Trust SQL Server Cert (now required)" -ForegroundColor DarkGreen
6562
Import-Module dbatools.library
6663
Import-Module C:\github\dbatools\dbatools.psd1

0 commit comments

Comments
 (0)