Commit 73177d7
Publish-DbaDacPackage - Fix CommandTimeout: set on DacServices object, not connection string
CommandTimeout is not a valid SQL connection string keyword and caused:
'Keyword not supported: commandtimeout'
Set it via DacServices.CommandTimeout property after instantiation instead.
Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>1 parent 242f1bf commit 73177d7
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | 333 | | |
338 | 334 | | |
339 | 335 | | |
| 336 | + | |
340 | 337 | | |
341 | 338 | | |
342 | 339 | | |
| |||
0 commit comments