
When I created my model and mapped my directory, it seems fine except when I go to another machine it's missing the little important bits like the descriptor and things.
So I have "C:\AOSService\PackagesLocalDirectory\MyPackage\MyModel" all in version control, except the other files located at "C:\AOSService\PackagesLocalDirectory\MyPackage\*".
What did I do wrong in my initial mapping where those files aren't included?
Edit: Of course I re-read this article https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/version-control-metadata-navigation and see that I need to manually add the descriptor file. Are any of the loose files in that folder significant to add or is it just the descriptor and model folder?
There is nothing wrong in your mapping, if only descriptor file is not included. Descriptor file you have to add manually to source control and checkin , so that other dev's get it and dont see any errors in their VM's. I dont think there is any other file you have to add from that folder manually.