1 write to ExpectedExitCode
Microsoft.DotNet.RemoteExecutor.Tests (1)
RemoteExecutorTests.cs (1)
155
new RemoteInvokeOptions { RollForward = "Major", CheckExitCode = false,
ExpectedExitCode
= 0 });
3 references to ExpectedExitCode
Microsoft.DotNet.RemoteExecutor (3)
RemoteInvokeHandle.cs (3)
237
int expected = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? Options.
ExpectedExitCode
: unchecked((sbyte)Options.
ExpectedExitCode
);
242
throw new RemoteExecutionException($"Exit code was {Process.ExitCode} but it should have been {Options.
ExpectedExitCode
}");