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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -