Can we build a website using MSBuild

后端 未结 4 640
日久生厌
日久生厌 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:00

    unfortunately, if you have chosen "Website" as the project type you cant. However, if you chose "Web Application" project type, you can use MSBUILD to build it. Once you have created the "web application" project, you can right click on it and select "Add Web Deployment Project" which will add a wdproj file to your solution and you can customize the settings in there.

    You can provide this wdproj file to your ccnet config file for the project which can run this as per the schedule configured. i can probably give you teh appropriate nodes required to configure in cc.net config file by tomorrow once i am in the office

提交回复
热议问题