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