You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Build/BackEnd/Components/Logging/LoggingServiceLogMethods.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -574,7 +574,7 @@ public ProjectStartedEventArgs CreateProjectStartedForCachedProject(
574
574
stringtargetNames,
575
575
stringtoolsVersion)
576
576
{
577
-
Debug.Assert(currentNodeBuildEventContext.NodeId==Scheduler.InProcNodeId,"Cached project build events should only be logged on the in-proc scheduler node.");
577
+
Debug.Assert(remoteNodeEvaluationBuildEventContext.NodeId==Scheduler.InProcNodeId,"Cached project build events should only be logged from the in-proc scheduler node.");
0 commit comments