Anyone know how I can get at all the properties during an MSBuild execution.
A bit of background. I need to run my TfsBuild elevated and, so far I can't seem to find a way.
My thought is t have TfsBuild invoke a wrapper elevated.proj and have that execute MSBuild My.sln elevated (using psexec). I need to pass all the properties passed in to elevated.proj through to My.sln.
Kinda fits in with http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/ed4876e7-5a98-4bdc-b126-874dc138f2e8