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