Hello all, is there a way to `NOT` an object in th...
# sdf
d
Hello all, is there a way to
NOT
an object in the deploy.xml file? I'm distributing an integration record, but I obviously cannot deploy BACK to the account it was created in.
p
We solve this sort of scenarios by deploying from ‘dist’ instead of ‘src’ and have a gulp script that builds ts and moves files for us predeploy. you could setup 2 different jobs to build one for regular and one for deploying back to that account which filters out the integration record
d
I was afraid of that
p
personally I like the concept of dividing the source from the distributable