How to display the building time of UWP app bundle?

Hong 1,436 Reputation points
2021-02-25T03:56:39.133+00:00

VS 2019 display the following at the end of a UWP app bundle building:

A package has been successfully built for Release (x86).
A package has been successfully built for Release (x64).
A package has been successfully built for Release (ARM).
========== Package: 3 succeeded, 0 failed ===========
An app bundle has been successfully built for Release (x86), Release (x64), Release (ARM).
========== App Bundle: 1 succeeded, 0 failed ===========

Now, it takes more than half an hour to build an app bundle. Is there a way to make VS display the total building time?

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-02-25T06:19:20.653+00:00

    Hello,

    Welcome to Microsoft Q&A!

    You could try to change the Visual Studio configuration. Please go to Tools-> Options-> Projects and Solutions-> Build And Run-> MSBuild project build output verbosity. Change it from Minimal to Normal. Then you should be able to get the time.

    Like the following image:

    72001-capture.png

    Please also note that this issue is more related to the Visual Studio tool not UWP. Please add the VS-General tag instead of UWP tag next time.

    Thank you.


    If the response is helpful, please click "Accept Answer" and 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.

    1 person found this answer helpful.

Your answer

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