Can we build a website using MSBuild

后端 未结 4 647
日久生厌
日久生厌 2020-12-24 02:49

I am very much new to the Continous Integration. Could anyone please let me know whether we could build a website using MSbuild?

4条回答
  •  我在风中等你
    2020-12-24 03:02

    Yes, you can - even with a "website".

    What you need to do is add the "Web Deployment Project" and set it up so it will grab all the files from the website, compile them, and using something like WiX, you can create an installer for the files to be able to easily deploy your web site and all its files needed to a customer's computer.

    Marc

提交回复
热议问题