开发者

Publish entire solution in visual studio 2008

I know how to publish a single applicatio开发者_C百科n in my solution by right clicking the project name and clicking properties then going to publish tab. How do you do this for the entire solution so that you only have one installer for all of them?


Do you have project references? If your project which you publish depends on another project, it should be automatically compiled also.

If you want to make more complex publishing scenarios, I recommend to use MSBuild or NAnt. Here is a short tutorial of MSBuild.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜