c# - Team Foundation alternatives for .net applications with a GIT repository -


i´m trying setup continuous integration environment git restriction (i mean git must code repository) , can´t use team foundation. question is... git support build automatization? , code analysis? , test execution?

thanks in advance , sorry ignorance.

cheers, kike.

git source control repository, doesn't "support" build automation, decent build automation tool support git.

you mentioned jenkins, automation tool allow create workflows or orchestrations provide ci functionality. alternative team city, although jenkins foss , teamcity commercial product.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -