2 references to s_computeRunArgumentsTarget
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
356
if (!project.Build(
s_computeRunArgumentsTarget
, loggers: null))
358
throw new GracefulException(CliCommandStrings.RunCommandEvaluationExceptionBuildFailed,
s_computeRunArgumentsTarget
[0]);