diff --git a/src/scripts/ci/Invoke-Generate.ps1 b/src/scripts/ci/Invoke-Generate.ps1 index a71919c..3458c80 100644 --- a/src/scripts/ci/Invoke-Generate.ps1 +++ b/src/scripts/ci/Invoke-Generate.ps1 @@ -39,7 +39,6 @@ $env:RELEASE_NOTES_PATH = '/path/to/.release-notes.md' Set-StrictMode -Version Latest $ErrorActionPreference = 'Stop' -$ErrorView = 'NormalView' try { Push-Location $PSScriptRoot diff --git a/src/scripts/ci/Invoke-Release.ps1 b/src/scripts/ci/Invoke-Release.ps1 index b84b8f5..6e248e3 100644 --- a/src/scripts/ci/Invoke-Release.ps1 +++ b/src/scripts/ci/Invoke-Release.ps1 @@ -3,7 +3,6 @@ param() Set-StrictMode -Version Latest $ErrorActionPreference = 'Stop' -$ErrorView = 'NormalView' try { Push-Location $PSScriptRoot