开发者

What are the most common and widely used plugins for Hudson, specially for Continuous Integration of ASP.NET Web Apps?

开发者 https://www.devze.com 2022-12-27 15:39 出处:网络
I searched around stackoverflow and 开发者_如何转开发could not find any relevant questions.This is a good primer for using Hudson with .Net:

I searched around stackoverflow and 开发者_如何转开发could not find any relevant questions.


This is a good primer for using Hudson with .Net:

http://redsolo.blogspot.com/2008/04/guide-to-building-net-projects-using.html

The plugins used are MSBuild, NUnit, Violations (for FXCop integration), Open Tasks. NAnt is another commonly used plugin if you already have your build scripts taking advantage of it.

Here is an example using asp.net. They modded up their own FtpTask plugin to use for deployment:

http://blogs.freshlogicstudios.com/Posts/View.aspx?Id=87a1c0f7-a75e-4f1a-8d3a-6c52c6ad9f46

0

精彩评论

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