开发者

How to package website and database projects

开发者 https://www.devze.com 2023-01-06 00:05 出处:网络
I am using Visual Studio 2010. I have a solution that has 2 SqlServer Database projects and Web application projects. When I build each of these projects they generate SQL scripts and zip files for we

I am using Visual Studio 2010. I have a solution that has 2 SqlServer Database projects and Web application projects. When I build each of these projects they generate SQL scripts and zip files for websites that can then be imported in IIS with MSDeploy.

I want to create a setup project of some sort that will package these sql and zip file outputs and build an installer for me. This installer just needs to copy the files to a particular folder.

I tried creating a Setup project and then adding project outputs from the web and database projects to it, but开发者_开发知识库 there doesn't seem to be a way to add the sql/website.zip files instead.

How can I create a setup project that will aggregate these output sql and website zip files?

0

精彩评论

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

关注公众号