I am trying to use the Properties Metadata in the SolutionToBuild item in Team Build.
I am adding the version to the Properties metadata inside a target that gets called before the code is even gotten (BuildNumberOverrideTarget), but I guess that is too late. My changed values do not get passed to solutions that are built.
When does this data get passed to the solutions (clearly before they are pulled from source control).
If I want to do some calculations (ie version number) before this happens is there a target that this can be done in?