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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -