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