Hello,
We are currently working on ISV product for D365 F&O. I have some doubts in VSTS mapping and check in related things.
Can anyone explain which things I need to check in ? I have mapped my local Projects folder to Projects and in Metadata I have mapped C:\AOSService\PackagesLocalDirectory.
I have questions like:
1) should I check in whole folder of my new model ? (C:\AOSService\PackagesLocalDirectory\MyNewModel)
2) Should I check in bin folder ? (C:\AOSService\PackagesLocalDirectory\MyNewModel\bin)
3) Should I check in XppMetadata folder inside of my model ? (C:\AOSService\PackagesLocalDirectory\MyNewModel\XppMetadata)
In pending changes it is not showing file changes of XppMetadata / bin / Resources etc by default.. we need to add manually.. We can only see changes happened in Descriptor & folder with same name as my model.
4) I am using C# project for some external communication.I have also added some dlls as reference to X++ Project, In rnrproj file it is showing my local file path.If I chekck in this how it will map this file in another dev/build machine ?
