Is it possible in any way to troubleshoot the build process in Visual Studio? I’d like to see which part of the build specifically takes so much time.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tools\Options\Project and Solutions\Build and Run\MSBuild output verbosity -> verbose.
In the Output Window, you’ll get a time summary at the end, and you can see at which point in the process there is a long pause.