NancyFx / Nancy.Serialization.JsonNet

NewtonSoft.Json serializer for Nancy
MIT License
40 stars 32 forks source link

Added Cake build script #41

Closed jchannon closed 8 years ago

khellang commented 8 years ago

Do we really want to maintain these in all the repos? It's like... 300 lines of C#/PoSH code in each repo that has to be maintained. Surely there must be a better solution. Isn't this what Nancy.Build is for? :confused:

grumpydev commented 8 years ago

There's rakefiles in each project currently so you can build them in isolation.. the build script of doom is just for releases.

jchannon commented 8 years ago

I assume I can remove the need for a MonoRelease being passed to dotnet build, previously Albacore had separate xbuild properties etc

khellang commented 8 years ago

We use that on Mono for some ifdefs etc.. I still think those should be used.

jchannon commented 8 years ago

This can be merged, might want to use Github squash and merge feature. Thanks!!