2 references to RunCommandEvaluationExceptionBuildFailed
dotnet (2)
Commands\Run\RunCommand.cs (1)
495
throw new GracefulException(CliCommandStrings.
RunCommandEvaluationExceptionBuildFailed
, Constants.ComputeRunArguments);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
358
throw new GracefulException(CliCommandStrings.
RunCommandEvaluationExceptionBuildFailed
, s_computeRunArgumentsTarget[0]);