Skip to content

Commit 62f73cf

Browse files
committed
(build) Remove error action preference from build script
1 parent a2b6314 commit 62f73cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
$ErrorActionPreference = 'Stop'
2-
3-
$SCRIPT_NAME = "recipe.cake"
1+
$SCRIPT_NAME = "recipe.cake"
42

53
Write-Host "Restoring .NET Core tools"
64
dotnet tool restore

0 commit comments

Comments
 (0)