github - Reduce Time for Checking Out Code in Visual Studio Online -


i'm trying out vso , it's taking on 2 minutes sync github repository. appears it's checking out whole thing on every build. made sure "clean" box unchecked had no effect.

any ideas on how cache source or possible in vso?

each build in vso uses new vm spun build. short of hosting own build server connected vso, don't think can avoided.

unless there ways speed process of downloading code git repo, think you're stuck.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -