?
First of all, Thanks for your answer.
I know it, but the problem is that I have more than one deployable in an application, sometimes the new builds has no need to re-build all of them, but in the last step of my deploy plan, I need to update a sql table with the versions of all the deployables included into the build deployed.
For that reason I need to access an specific deployable, and then, of course, I will use the $referencedBuildNumber function.
"$ReferencedBuildNumber : Returns the build number referenced by the imported deployable in the current scope."
Thanks