Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The easiest way to test TFS2010 build template

Tags:

tfs

tfsbuild

I'm currently working on creating a build template for TFS2010 builds. However, I notice that I'm currently 'spamming' the source control with every change I make to the template (and lots more for all the fixes for those changes).

I wonder what the easiest way is to test the build templates I'm creating? Is there a way to change the template file and custom activity dlls that doesn't involve checking them in?

I currently have a build controller and agent running on my developer machine, which I'm using to test the template (test = start a build and hope for less errors than last time).

like image 563
Patrick Huizinga Avatar asked Feb 14 '11 10:02

Patrick Huizinga


1 Answers

Why is 'spamming' a problem? Anyway, I have a separate Team Project for doing this kind of work, that way I can check in to my hearts content without affecting the developers who need to have a stable build. once I've done my testing I check the template in to the team project(s) used by the developers.

like image 71
James Reed Avatar answered Nov 08 '22 15:11

James Reed