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