i have customized my build template to increment the assemblies version number.
I need a local variable i created/use during the build in a powershell script that is run after the build.
The local variable i created in the build template is called VersionNumber of type string. I would like to use that variable value in a powershell script that is run post build.
How can i do that?
