Skip to content

Commit

Permalink
ci: ErrorActionPreference => Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 14, 2023
1 parent b8a33f3 commit 70bbc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Continue'

Set-Location -LiteralPath $PSScriptRoot

Expand Down

0 comments on commit 70bbc2c

Please sign in to comment.