开发者

What is the best NANT template for Continuous Integration (CI) that you've seen?

开发者 https://www.devze.com 2023-01-13 13:51 出处:网络
Hopefully it covers most common targets while factoring in MSBuild, web deployment, source control checkout, configuration management (config files for multi开发者_如何学运维ple env)and Hudson.General

Hopefully it covers most common targets while factoring in MSBuild, web deployment, source control checkout, configuration management (config files for multi开发者_如何学运维ple env) and Hudson.


Generally there aren't a lot of templates out for tools like NANT, ANT,m etc. Your best bet is to look as the examples for each of the tasks you are looking to use and come back for help on any given one you're having trouble with. You won't find a lot for calling hudson from Nant, generally it is done in the opposite direction.

0

精彩评论

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