sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
593 stars 153 forks source link

[WIP] Linux build #185

Closed seif closed 5 years ago

seif commented 5 years ago

Couldn't build on linux otherwise. It still doesn't build, due to missing AssemblyVersion, but this moves us in the right direction.

seif commented 5 years ago

@shatl a bunch of issues while trying to get this to run into linux, the main 2 so far are:

cd21h commented 5 years ago

@seif Do you want to move whole build to Linux? We can have a hybrid build where code coverage and publish will run on Windows, while Linux build will just run unit-tests. In this case having hard-coded version on Linux builds should be enough. Do you have an idea how to do it with Appveyor ?

seif commented 5 years ago

@shatl cool, I've created various smaller PRs that include things I discovered here.

187 fixes the file name casing

188 Update github sourcelink

189 remove net461

I'm hoping to get the same build running on CI and locally, so preferably we would have the coverage tool that runs on multi platforms. Initially, just getting to a stage where i can dotnet build dotnet test successfully would be good

seif commented 5 years ago

Closing this as the work has been done in other issues