SolutionRoot and other Team Build properties

Is there a reference that defines Team Build properties exposed in msbuild?

I don't see that any of the online or shipped docs call these out, and I see questions on MSBuild list around these too.

Pointers appreciated.

[229 byte] By [Surly] at [2008-2-6]
# 1
I found some clues in Microsoft.TeamFoundation.Build.targets so am currently trying BuildDirectory for what I want.

However, I realized what I actually want is to change the verbosity level on my team builds - msbuild /verbosity:diag - so that my buildlog.txt shows all the property instances. Ideally, I'd have verbosity very high when developing the build script and then crank it down to normal when things are stable. Is there any way to do this?

Surly at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Build Automation...
# 2

You can set the verbosity level using the TFSBuild.resp file. You can check this file out of source control and write /verbosity:diag in the file and check it in. This will enable diagnostic logging on your team builds.

Anutthara at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Build Automation...

Visual Studio Team System

Site Classified