2 references to RestoreTargetName
MSBuild (2)
XMake.cs (2)
1570
bool restoreOnly = targets.Length == 1 && string.Equals(targets[0], MSBuildConstants.
RestoreTargetName
, StringComparison.OrdinalIgnoreCase);
1877
targetsToBuild: [MSBuildConstants.
RestoreTargetName
],