I am working with Visual Studio Community 2019 in Windows 10. I have a solution which has multiple projects of different types.
I open that solution in Visual Studio Community 2019. Then click on "Build > Rebuild Solution" menu option to rebuild it. In the Output tab I can see output from Build. That output shows me the result of rebuild but it does not show me what command(s) were issued to start the rebuild. How can I see those command(s) issued by Visual Studio?
I want to know what happens so I can write a script (window .bat or powershell) to do it outside of VStudio if needed.
Thanks