---
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
specVersion: '4.0'
metadata:
  name: {{app}}
type: application
resources:
  configuration:
    propertiesFileSourceEncoding: UTF-8
builder:
  resources:
    excludes:
      - "/test/**"
      - "/localService/**"
  customTasks:
    - name: ui5-task-zipper
      afterTask: generateVersionInfo
      configuration:
        archiveName: {{app}}
        relativePaths: true
        additionalFiles:
          - xs-app.json
    {{#isTypescript}}
    - name: ui5-tooling-transpile-task
      afterTask: replaceVersion
    {{/isTypescript}}
