KEMBAR78
[Windows build perf] Load linker output in a single task · Issue #19601 · dotnet/macios · GitHub
Skip to content

[Windows build perf] Load linker output in a single task #19601

@emaf

Description

@emaf

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.

image

Expected Behavior

Actual Behavior

Environment

Version information

Build Logs

Example Project (If Possible)

Metadata

Metadata

Assignees

No one assigned

    Labels

    msbuildIssues affecting our msbuild tasks/targetsperformanceIf an issue or pull request is related to performancewindows-onlyThe issue only occur on Windows

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions