简体   繁体   中英

.NET ASP.NET Web Application - Continous Integration Solutions

Is there a way to automate building and publishing a project to our development server from our Mercurial Hg repository?

I'd like it to occur when a new revision is stored in source control.

您可以使用CruiseControl.NET ,因为我看到它取代了Mercurial作为版本控制。

Jenkins CI is able to build VS solutions extracted from SVN, GIT, Mercurial and others and publish the results of your builds; it have many many plugins, connectors, and so on.

我将SubVersion(SVN)与TeamCity一起使用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM