Steps to Reproduce
The _LoadLinkerOutput target is executing many times (~10) the ReadItemsFromFile task remotely. Is this something we could consolidate in a single task/remote call? Each remote execution adds ~200ms to the execution of a task, so in this case we are adding almost 2 secods to the build time just because how this is executed.

Expected Behavior
Actual Behavior
Environment
Version information
Build Logs
Example Project (If Possible)
Steps to Reproduce
The
_LoadLinkerOutputtarget is executing many times (~10) theReadItemsFromFiletask remotely. Is this something we could consolidate in a single task/remote call? Each remote execution adds ~200ms to the execution of a task, so in this case we are adding almost 2 secods to the build time just because how this is executed.Expected Behavior
Actual Behavior
Environment
Version information
Build Logs
Example Project (If Possible)