Version control and deployment #767
rene-titulaer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the following question. An application contains application specific logic, the domain contains domain specific logic. So it would make sense I assume that you have multiple applications and one domain.
If each application is managed by another team then it would make sense to create a Git repository for each application I assume. The domain logic will then also get its own repository isn't it? Is it a common approach to create a nuGet package for the domain model and reference this package by each application?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions