dbaghdanov
04/08/2019, 11:15 PMdeploy.xml
is as such:
<objects>
<path>~/Objects/*</path>
</objects>
will that work?Mariano Saenz (NS Eng Lead)
04/09/2019, 12:04 AMTJ Tyrrell
04/09/2019, 12:52 AM~/Objects/Scripts/*
or even `~/Objects/Scripts/Client/Transactions.js`… You can even have multiple lines in your deploy.xml file, one per object if necessary.erictgrubaugh
04/09/2019, 3:16 AM/Objects/Staging/
and /Objects/Production/
(for a very specific use case, not a long-term project), and even with /Objects/Production/
set in my deploy.xml
, everything in Staging
was still getting validated causing the project to failMariano Saenz (NS Eng Lead)
04/09/2019, 3:42 AMerictgrubaugh
04/09/2019, 3:43 PMerictgrubaugh
04/09/2019, 3:43 PMStaging
outside of Objects/
erictgrubaugh
04/09/2019, 3:43 PMMariano Saenz (NS Eng Lead)
04/09/2019, 4:44 PMdbaghdanov
04/09/2019, 4:45 PMdbaghdanov
04/09/2019, 4:45 PMMariano Saenz (NS Eng Lead)
04/09/2019, 4:46 PM