How to write build script for different projects inside a solution (C #)?

0

I have an empty solution in the DDD standard, where each layer is a standard library project and I have also got my test project in a separate project. More or less like the image below:

I'd like to generate a build script in order to compile and run the tests (and perhaps produce from a nuget package). I've always used the Visual Studio visual tools and I do not even know where to start, I tried using MSbuild by command line but I could not compile a project if either .... Another question is: whereas I have a pure Domain layer (without dependencies of other layers or libraries) is it possible to compile only this domain project and then distribute it as if it were to update a module?

    
asked by anonymous 07.10.2018 / 15:14

0 answers