I tried something like that:
I created a system property called xbuildnum and set the BuildFormat of this particular build type to %system.xbuildnum%.
Unfortunately it seemed like the build wouldn't use the build number that I passed in via URL.
Is this do-able at all, and if so, how?
Thanks,