I'm trying to build a solution in Travis CI with two kinds of projects, .Net Core and .Net Framework, but I haven't achieved it, it can build a solution with only .Net Framework or only .Net Core projects, but not for both in the same solution.
I appreciate if someone already has dealt with the same problem and can help me.
Thanks!
I created a standard build for .Net Framework projects and in order to build the .Net Core projects in the same solution, I just created a some post-build commands like this:
Then for unit test I'm using that command to execute the tests and generate the results file:
So lastly I publish the tests results on appveyor (Powershell):
And that's it. BTW in order to restore the nuget packages I have this before build script: