How do I get the Publish information to show up in the output window?
I'm trying to get the publishing information to show up in my output window when I use the publish wizard from the context menu.
Right now when I go through the publish it only generates two lines:
------ Publish started: Project: NerdDinner, Configuration: Release Any CPU ------
Project "NerdDinner.csproj" (MSDeployPublish target开发者_StackOverflow中文版(s)):
Done building project "NerdDinner.csproj".
Does anyone have any idea why it's not showing the details of the publish?
Make sure your in your Options->Project and Solutions->Build and Run->MsBuild Project build output vebosity is at least set to Normal.
This should so you all the files that are being copied etc when you Publish.
精彩评论