Currently I perform a manual import of my code base via the context menu Code Engineering > Import Source Directory
of my model in Enterprise Architect.
Now I would like to automate this and make our Team Foundation Server 2015 perform this import action as soon as the build process succeeds.
Is this possible? How can I achieve that?
EDIT: Our code base is written in C#, we're importing recursively over subdirectories, we do not want logical diagrams for each package, we want to see private members in EA, we want to have packages per namespace, we opted for synchronization of existing classes and we want to have classes not found in code to be removed.