Hey, everyone! What's the correct format for `dep...
# sdf
m
Hey, everyone! What's the correct format for
deploy.xml
if I want to deploy only files or only objects? It appears that validate fails if either of the
<files>
or
<objects>
nodes are missing, empty, or has an empty
<path>
node. I've got a script that updates
deploy.xml
based on the
git diff
between my current branch and a target branch and sometimes that may have only one or the other.