5 references to TargetNames
Microsoft.Build.Framework (2)
ProjectStartedEventArgs.cs (2)
548
if (!string.IsNullOrEmpty(
TargetNames
))
550
RawMessage = FormatResourceStringIgnoreCodeAndKeyword("ProjectStartedPrefixForTopLevelProjectWithTargetNames", projectFilePath,
TargetNames
!);
Microsoft.DotNet.ArcadeLogging (3)
PipelinesLogger.cs (3)
240
if (_ignoredTargets.Contains(e.
TargetNames
))
309
string targetNamesQualifier = string.IsNullOrEmpty(e.
TargetNames
) ? string.Empty : $" ({e.
TargetNames
})";