Hi All,
I need to migrate a solution from D365 update 3 to update 8. I have multiple models. For that i need to export all models and upload to LCS code upgrade tool.
I am using this command to export a model.
ModelUtil.exe -export -metadatastorepath=c:\AOSService/PackagesLocalDirectory -modelname="FleetManagement" -outputpath=c:\temp
But i need to export all models combined, so how to export all models in a single file to upload that to Code upgrade tool on LCS.
*This post is locked for comments