Setting up Continuous Integration with SVN

后端 未结 6 932
鱼传尺愫
鱼传尺愫 2021-01-04 14:27

What tools would you recommend for setting up CI for build and deployment of multiple websites built on DotNetNuke using SVN for source control?

We are currently lo

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 14:55

    I would recommend you take a look at NAnt + NUnit ( + NCover) + TeamCity with SVN for your build system. There is actually a very nice article describing this configuration at Pete W's idea book (Sorry, this link doesn't exist anymore!)

提交回复
热议问题