Skip to content

Commit

Permalink
Merge pull request #91 from theohbrothers/enhancement/entrypoint-disa…
Browse files Browse the repository at this point in the history
…ble-setting-of-default-verbose-output-preference

Enhancement (entrypoint): Disable setting of default verbose output preference
  • Loading branch information
joeltimothyoh authored May 23, 2024
2 parents 84d3917 + 0302c30 commit c575f55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/scripts/ci/Invoke-Generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ $env:RELEASE_NOTES_PATH = '/path/to/.release-notes.md'
Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'
$ErrorView = 'NormalView'
$VerbosePreference = 'Continue'

try {
Push-Location $PSScriptRoot
Expand Down
1 change: 0 additions & 1 deletion src/scripts/ci/Invoke-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ param()
Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'
$ErrorView = 'NormalView'
$VerbosePreference = 'Continue'

try {
Push-Location $PSScriptRoot
Expand Down

0 comments on commit c575f55

Please sign in to comment.