2 references to GatherTaskOutputs
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
529
Assumed.True(
GatherTaskOutputs
(null, howToExecuteTask, bucket), "The method GatherTaskOutputs() should never fail when inferring task outputs.");
1019
taskResult =
GatherTaskOutputs
(taskExecutionHost, howToExecuteTask, bucket) && taskResult;