I have a build template with variables created and the values are set in the build template itself.
I have another custom activity in the same build template. My custom activity will read an XML file which has the names of all variables created.
My query here is, how to read the value of the build variables created in the build process template?
Any help?