visual studio 2013 - Setup continuous integration / delivery on-premise with source control pointing to VS team services? -


our project development effort uses visual studio 2013 on our government client laptops, pull source code visual studio team services (externally). best approach setup continuous integration & delivery on our government servers (dev, staging , prod)? none of servers have internet access.

you need continuous integration server installed on 1 of machines access visual studio team services, can setup tasks on ci server deployment on other machines not have access vsts. use teamcity ci server of choice, other ci servers have similar capabilities.

to setup teamcity vsts see http://blog.jetbrains.com/teamcity/2014/09/teamcity-and-visual-studio-online-source-control/

to setup teamcity deploy asp.net applications see https://blog.jetbrains.com/teamcity/2014/04/continuous-delivery-to-iis-or-windows-azure-web-sites/


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -