MarcusH
12 months agoValued Contributor
XFProject specify all artefacts
Does anyone know if it is possible to specify all artefacts in XFProject? eg something like
<xfProject topFolderPath="DEV" defaultZipFileName="DEV.Zip">
<projectItems>
<projectItem projectItemType="BusinessRule" folderPath="" name="*" includeDescendants="true" />
</projectItems>
</xfProject>
Thanks