5 references to VersionsPropsPath
Microsoft.DotNet.Arcade.Sdk (5)
src\InstallDotNetCore.cs (5)
79
if (!File.Exists(
VersionsPropsPath
))
81
Log.LogError($"Unable to find translation file {
VersionsPropsPath
}");
86
var proj = Project.FromFile(
VersionsPropsPath
, new Build.Definition.ProjectOptions() { ProjectCollection = new ProjectCollection() });
113
Log.LogError($"Unable to find '{item.Key}' in properties defined in '{
VersionsPropsPath
}'");
117
Log.LogError($"Unable to parse '{item.Key}' from properties defined in '{
VersionsPropsPath
}'");