Team Build

Hi There,

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 am trying to do something like in this article: http://www.woodwardweb.com/vsts/000417.html  - But I wanted to use final builder if I could!

Any ideas?

 

Cheers!

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).

Hi,

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.

Cheers

Hi Mike

This is something we are researching at the moment. No luck so far… most things we have tried just didn’t work, and the api documentation is terrible!