deployment - Publish entire solution in visual studio 2008 -
I know that by clicking on the name of the project and clicking Properties, How to publish the application. How do you solve it so that you have only one installer for all of them?
Do you have a reference to the project? If you publish your project, depending on any other project, it should be compiled automatically.
If you want to create a more complex publishing scenario, then I recommend using MSBuild or NAnt. MSBuild has a short tutorial.
Comments
Post a Comment