dataplat / dbops

⚙ dbops - Powershell module that provides continuous database deployments on any scale
MIT License
155 stars 39 forks source link

Feature: Allow ErrorAction to properly handle errors #140

Closed nvarscar closed 2 years ago

nvarscar commented 2 years ago

Users should now be able to use

$result = Install-DBOScript ... -ErrorAction SilentlyContinue

to retrieve the result object even in case of script failure.

Also adds a new property ErrorScript to the output object.

Closes #134