dbarnett
05/08/2019, 1:48 PMwjamieson
05/08/2019, 1:50 PMdbarnett
05/08/2019, 1:53 PMdbarnett
05/08/2019, 1:53 PMmtsb
05/08/2019, 1:56 PMdelpoy.xml
file in the project. (previously, it just deployed everything regardless 😄 )wjamieson
05/08/2019, 1:57 PMmtsb
05/08/2019, 1:59 PMdeploy.xml
(also, screwing up the deploy.xml modifications is potentially scary)Albert Margarit (NS Eng Lead)
05/08/2019, 3:32 PMAlbert Margarit (NS Eng Lead)
05/08/2019, 3:32 PMec
05/09/2019, 2:51 PM<deploy>
<files>
<path>~/FileCabinet/SuiteScripts/filename1.js</path>
<path>~/FileCabinet/SuiteScripts/filename2.js</path>
</files>
<objects>
<path>~/Objects/obj1.xml</path>
<path>~/Objects/obj2.xml</path>
</objects>
</deploy>
ec
05/09/2019, 2:52 PM<objects>
or <files>
completely if you only wanted to deploy one or the otherAlbert Margarit (NS Eng Lead)
05/09/2019, 3:14 PM