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