Skip to content

Commit bfb571a

Browse files
Update Build.ps1 fix #497 (#498)
1 parent dc83b11 commit bfb571a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AppVeyor/Build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Foreach ($SqlInstance in $SqlInstances)
101101

102102
try
103103
{
104+
Set-DbatoolsInsecureConnection -SessionOnly
104105
$PublishResults = Publish-DbaDacPackage -SqlInstance $SqlInstance -Database $Database -Path $Dacpac -EnableException
105106
}
106107
catch

0 commit comments

Comments
 (0)