content-package folder starts with using package-manager workspace filter.xml | Community
Skip to main content
saibul
New Participant
October 23, 2019
Solved

content-package folder starts with using package-manager workspace filter.xml

  • October 23, 2019
  • 1 reply
  • 1429 views

I want to take build using package manager that all the config folder under /apps/<myproject>/ folders.  In each environment I will not know what type of runmode folders there. Is there a way to use filter to select all the folder starts with config instead of adding all the entry in filter node as below.

<workspaceFilter version="1.0">

    <filter root="/apps/myproject/config"/>

    <filter root="/apps/myproject/config.author"/>

    <filter root="/apps/myproject/config.author.prod"/>

    <filter root="/apps/myproject/config.author.stage"/>

</workspaceFilter>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ankur_Khare

Please create a package like below-

That will include all teh folders which starts with config under ur project folder.

1 reply

Ankur_Khare
Ankur_KhareAccepted solution
New Participant
October 23, 2019

Please create a package like below-

That will include all teh folders which starts with config under ur project folder.