Skip to content

Commit c80178a

Browse files
committed
Set ErrorActionPrerference to Continue
1 parent 6c05946 commit c80178a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NUnitConsole.sln

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
appveyor.yml = appveyor.yml
1212
azure-pipelines.yml = azure-pipelines.yml
1313
build.cake = build.cake
14+
build.ps1 = build.ps1
15+
build.sh = build.sh
1416
BUILDING.md = BUILDING.md
1517
CHANGES.txt = CHANGES.txt
1618
ci.cake = ci.cake

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ErrorActionPreference = 'Stop'
1+
$ErrorActionPreference = 'Continue'
22

33
Set-Location -LiteralPath $PSScriptRoot
44

0 commit comments

Comments
 (0)