Output panel: What's the difference between "Build" and "Build Order"?

AxD 661 Reputation points
2022-08-16T10:05:10.69+00:00

Visual Studio comes with two Build feeds for the Output panel: "Build" and "Build Order":

231469-build-output.png

What's the precise difference between these two feeds?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,251 questions
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 40,771 Reputation points
    2022-08-16T10:46:04.3+00:00

    When Visual Studio uses multple cores to build several projects at a time the messages for each project are intermingled when viewing the Output Window "Build" setting. For example,

    231531-build.png

    The view provide by "Build Order" presents the messages in order so that they are not intermingled.

    231551-buildorder.png

    0 comments No comments

0 additional answers

Sort by: Most helpful