2 references to CannotSpecifyBothRuntimeAndArchOptions
dotnet (1)
CommonOptions.cs (1)
409throw new GracefulException(CliStrings.CannotSpecifyBothRuntimeAndArchOptions);
dotnet.Tests (1)
CommandTests\MSBuild\GivenDotnetOsArchOptions.cs (1)
107exceptionThrown.Message.Should().Be(CliStrings.CannotSpecifyBothRuntimeAndArchOptions);