Expand my Community achievements bar.

SOLVED

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

Avatar

Level 4

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>

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Please create a package like below-

1846972_pastedImage_0.png

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Please create a package like below-

1846972_pastedImage_0.png

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