2 references to TargetPath
dotnet-watch (2)
Build\BuildNames.cs (1)
10public const string TargetPath = nameof(TargetPath);
Build\ProjectGraphUtilities.cs (1)
107=> projectNode.ProjectInstance.GetPropertyValue(PropertyNames.TargetPath) is { Length: >0 } path ? Path.GetDirectoryName(Path.Combine(projectNode.ProjectInstance.Directory, path)) : null;