3 references to BuildResult
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
2224Assumed.Null(submission.BuildResult?.Exception, "Exceptions only get set when the graph submission gets completed with an exception in OnThreadException. That should not happen during graph builds.");
Graph\GraphBuildSubmission.cs (2)
56Assumed.NotNull(BuildResult, "BuildResult is not populated after Execute is done."); 58return BuildResult!;