Skip to content
Open
Prev Previous commit
Next Next commit
FIx
  • Loading branch information
tmat committed Dec 11, 2025
commit 8bf8f0d89d0a9f7679ac2a1d19504dd67639667f
2 changes: 1 addition & 1 deletion src/Cli/dotnet/Commands/Run/RunCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public int Execute()
{
if (NoBuild && NoCache)
{
throw new GracefulException(CliCommandStrings.CannotCombineOptions, RunCommandParser.NoCacheOption.Name, RunCommandParser.NoBuildOption.Name);
throw new GracefulException(CliCommandStrings.CannotCombineOptions, RunCommandDefinition.NoCacheOption.Name, RunCommandDefinition.NoBuildOption.Name);
}

// Pre-run evaluation: Handle target framework selection for multi-targeted projects
Expand Down
Loading