theohbrothers / PSModulePublisher

A project containing the necessary tools to ease publishing of PowerShell modules.
Apache License 2.0
1 stars 1 forks source link

Refactor: Add explicit declaration of $ErrorView = 'NormalView' for use with PowerShell 7 #3

Closed joeltimothyoh closed 3 years ago

joeltimothyoh commented 3 years ago

PowerShell 7 defaults to $ErrorView = 'ConciseView' which can be limiting for debugging. We'll use $ErrorView = 'NormalView' so more details of thrown errors can be reviewed in CI logs.

joeltimothyoh commented 3 years ago

lgtm.