views:

9

answers:

0

I'm working on setting up multiple builds in TFS2008. In my build agent configuration I can select a working folder. However, every time I run any of my builds, it's using files from that working folder, including the tfsbuild.proj file that it finds there. So now I have builds that half do what I want and half do what is defined in files that it finds in the build agent's working folder.

Obviously I'm doing something very wrong here. I want to be able to set up each build with its own working folder. I don't see why the build agent's working folder should have anything to do with this.

I'm sure it's hard to decipher what I'm doing wrong without seeing all of the details of what I'm doing, but does anything in here ring a bell? I'm starting to hit the wall.