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 d9ea8e2 commit 863f839Copy full SHA for 863f839
1 file changed
tests/appveyor.prep.ps1
@@ -58,6 +58,9 @@ $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" -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