According to documentation : https://msdn.microsoft.com/en-us/library/vs/alm/build/scripts/variables
It should be possible to persist the build value inside an environment variable:
Build.BuildNumber (BUILD_BUILDNUMBER)
I've created this environment variable, now I want to persist a value there, so I've set it to, for example: 1.0.0.1
How can I get the Build number format in general tab to sync to the environment variable?