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