Hi,
I am using startdeploy.sh to deploy a non dcr xml to LSCS. Below is the manifest sample
<?xml version="1.0" encoding="UTF-8"?>
<deployment><context area="/default/main/test/WORKAREA/content"/><filelist size="1"><file areaRelativePath="templatedata/<somepath>/sample.xml" otherAttributes="true">
<attributes>
<attribute name="TeamSite/Metadata/Published"><value>Yes</value></attribute>
</attributes>
</file>
</filelist></deployment>
My question is that this works only when the contect area specified is a TeamSite VPATH. So is there any way of deploying a non DCR XML from a non TeamSite path ?
I am on Linux OS.
Regards,
Nash