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 fe1eb5d commit d9ea8e2Copy full SHA for d9ea8e2
1 file changed
tests/appveyor.prep.ps1
@@ -58,9 +58,6 @@ $null = New-Item -Path C:\Users\appveyor\Documents\DbatoolsExport -ItemType Dire
58
Write-Host -Object "appveyor.prep: Creating temp directory" -ForegroundColor DarkGreen
59
$null = New-Item -Path C:\Temp -ItemType Directory
60
61
-Write-Host -Object "appveyor.prep: Configuring WSMan (see #9782)" -ForegroundColor DarkGreen
62
-$null = Set-WSManQuickConfig -Force
63
-
64
Write-Host -Object "appveyor.prep: Trust SQL Server Cert (now required)" -ForegroundColor DarkGreen
65
Import-Module dbatools.library
66
Import-Module C:\github\dbatools\dbatools.psd1
0 commit comments