HodorNV / ALOps

ALOps
59 stars 24 forks source link

appfilenametemplate for task ALOpsAppCompiler V1 to include the BC_Version in the App Name of RunTime Apps #694

Closed pri-kise closed 1 year ago

pri-kise commented 1 year ago

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.