I am currently building a project using Team Build and Final Builder 6.
I am trying to se my own version numbers and am using the "BuildNumberOverrideTarget" target. I can get properties passed in fine, but I am unsure how to return values. I tried setting an environment variable, but it seems that Team Build only reloads them when you restart the server.
I'd look at Propert Sets in FinalBuilder. I personally save my version information in a ini file and then load it up next time i do a build. I don't know much about Team Build, but with FinalBuilder you shouldn't require any coding because FinalBuilder's actions cover everything (everything i need anyway).
Yes, i am using the Property Sets and loading/saving to an ini file, however I was hoping to be able to send these values back to Team Build so “its” versioning would match.