Dropping build output to source control in TFS11
One of the nice new feature of TFS11 is that you get a third option for what to do with your build output Don’t copy output anywhere – good for CI builds that nobody will ever consume, just used to run tests Drop to a UNC share e.g. \server1drops – the default and used 9 times out 10 The new one - drop to source control e.g. $/myproject/drops. The advantage of this new third option is your build agents can place the files they create in a location that can be accessed by any TFS client i.e. in the source control repository. A user no longer needs to be on a VPN or corporate LAN to be able to see a UNC share. ...