Is your feature request related to a problem? Please describe.
On the ALOpsAppCompiler@2 task we have the possibility to use a template for the app name.
appfilenametemplate: %APP_PUBLISHER%_%APP_NAME%_%APP_VERSION%_%BC_TYPE%_%BC_VERSION%_%BC_COUNTRY%.app# Template for App filename. $(appfilenametemplate) $(appfilenametemplate)
I don't see this for the task ALOpsAppCompiler@1 Compile
Describe the solution you'd like
We produce RunTime apps for different BC Version and would like to include this information on the App Name
Additional context
I've seen that there is this property app_file_suffix.
Maybe this could work, but I'd like to have this dynamic for the BC Version.
Is your feature request related to a problem? Please describe. On the
ALOpsAppCompiler@2
task we have the possibility to use a template for the app name.I don't see this for the task
ALOpsAppCompiler@1
CompileDescribe the solution you'd like We produce RunTime apps for different BC Version and would like to include this information on the App Name
Additional context I've seen that there is this property
app_file_suffix
. Maybe this could work, but I'd like to have this dynamic for the BC Version.