5 references to RuntimeGraphPath
Microsoft.NET.Build.Tasks (5)
PickBestRid.cs (5)
42
if (string.IsNullOrEmpty(
RuntimeGraphPath
))
44
Log.LogError(Strings.RuntimeGraphFileDoesNotExist,
RuntimeGraphPath
);
48
AbsolutePath runtimeGraphPath = TaskEnvironment.GetAbsolutePath(
RuntimeGraphPath
);
51
Log.LogError(Strings.RuntimeGraphFileDoesNotExist,
RuntimeGraphPath
);
60
Log.LogError(Strings.UnableToFindMatchingRid, TargetRid, string.Join(",", SupportedRids),
RuntimeGraphPath
);