How do you make VS always show Build Output?

CKojiro 1 Reputation point
2021-10-29T11:10:48.867+00:00

Might be a dumb question but when I build my project the Build tab of the Output window only shows data I want to see when I make a change. It shows nothing when I Build and Run with no changes. Is there a way to make the Build Output window always show information like run time even when no changes are made to the code?

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,073 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PengGe-MSFT 3,366 Reputation points
    2021-11-01T03:18:30.437+00:00

    Hi, @CKojiro

    Welcome to Microsoft Q&A!

    Build or Build Solution only compile those project files and components that have changed since the most recent build.

    You can use Rebuild, it will

    "clean" the solution and then build all project files and components.

    You can refer to this document and Incremental builds.
    You can also force MSBuild to clean or rebuild.

    Sincerely,
    Peng
    *
    If you have extra questions about this answer, please click "Comment". If the answer is the right solution, please click "Accept Answer" and kindly upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.