SolutionRoot and other Team Build properties
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.
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.
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?
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.