#1
|
|||
|
|||
Naming zip files
In the Zip file step, is there a way to dynamicly name the file? Like test.zip would be test_0_0_45.zip by adding the version number to the file.
|
#2
|
|||
|
|||
Sure. If the version number is available in a macro (i.e., VERSION), just reference it in the filename field (i.e., %PROJDIR%\test_%VERSION%.zip). You could also use a script expression if desired.
http://www.visualbuild.com/Manual/specialchars.htm |
|
|