Does anyone know (or know where to find, couldn't myself) what variables I can use on a TFSBuild.proj file for my automated builds?
For example, $(SolutionRoot) gives me the path to all my source files, but I want to copy the built solution from the release directory (ie: \Nightly Build20090127.7\Release\_PublishedWebsites) and I can't find which variable would give me that directory.
To sumarize, I'd like to know the variable for the release directory of an automated build, but would also appreciate a list of other variables I can use (I am using tfs 2008)