Skip to content

Commit

Permalink
Add ExitCode on ProcessException (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baune8D authored and matkoch committed Dec 12, 2022
1 parent 3642af1 commit cbd986d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Nuke.Common/Tooling/ProcessException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ protected ProcessException(
}

internal IProcess Process { get; }

public int ExitCode => Process.ExitCode;
}
}

0 comments on commit cbd986d

Please sign in to comment.