Skip to content

Commit

Permalink
Not going overboard with exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 20, 2022
1 parent 6df3c1e commit 1ef68b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dotnet build $SolutionOrProject @buildSwitches 2>&1 | ForEach-Object {

if ($noErrors -and !$?)
{
exit 100

This comment has been minimized.

Copy link
@0liver

0liver Nov 21, 2022

Contributor

😁

exit 1
}

# With node reuse, dotnet build spawns processes that while speed up build, they can cause dotnet test and other dotnet
Expand Down

0 comments on commit 1ef68b6

Please sign in to comment.