MSBuild call is not in TFSBuild.proj
Beta 3 doesn't have that call anymore in the TFSBuild.proj...
My questions are:
- Is it possible to set the properties from the TFSBuild.proj file?
- Where is the call to MSBuild located in Beta 3?
Yes, it is possible. You will need to use TfsBuild.rsp file to pass options to msbuild call. This file can be located along with TfsBuild.proj file. For example, if you want to pass /p:foo=bar to msbuild command line, you would simply add this line in TfsBuild.rsp and check it in.