Well, fortunately, since Visual Studio internally uses the MSBuild engine, you can modify the build logging detail or verbosity directly from within the IDE!!
- From the Tools menu, select Options
- Expand the "Projects and Solutions" menu item to display the "Build and Run" menu option
- Change the MSBuild logging level for the "MSBuild project build output verbosity" and "MSBuild project build log file verbosity" settings
- Re-compile your project or solution to see the additional details in your build compilation!
No comments:
Post a Comment