Closed jchannon closed 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.
I assume I can remove the need for a MonoRelease being passed to dotnet build
, previously Albacore had separate xbuild
properties etc
We use that on Mono for some ifdefs etc.. I still think those should be used.
This can be merged, might want to use Github squash and merge feature. Thanks!!
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: