On Jan 20, 1:29 pm, KirkAtHoodRiverSoftware <[email protected]> wrote: > Is it possible to build off a label using Vault? I haven't figured it > it can be done. Does it even make sense to build off of a label, as > it will just use existing bits that have previously been built? > > Thanks
We build off a label for our QA builds, though with TFS, but we cheat. The working directory has a text file that specifies which label to build, which is read in by our build script (NAnt) to tell TFS which bits to get. The build script has to make sure not to nuke this file on get, of course.
