1 write to ExitCode
Microsoft.Arcade.Common (1)
CommandResult.cs (1)
22
ExitCode
= exitCode;
2 references to ExitCode
Microsoft.Arcade.Common (2)
CommandResult.cs (2)
29
if (
ExitCode
!= 0)
31
StringBuilder message = new StringBuilder($"Command failed with exit code {
ExitCode
}: {StartInfo.FileName} {StartInfo.Arguments}");