3 references to BuildResult
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
2249
Assumed.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)
56
Assumed.NotNull(
BuildResult
, "BuildResult is not populated after Execute is done.");
58
return
BuildResult
!;