0
comment
comment
on 8/27/2015 3:49 AM
What criteria do I use
I prefer for the build tool to work on both *nix and windows. I do some of the .net coding on os x. The build systems mentioned here are all related to working with .net (and all except psake work in *nix).
If you are coding .net
What package manager to use?
Right now there is NuGet. There is no good reason why you should deviate from using that format. However, you can choose to use NuGet.exe, NuGet in visual studio with packages.config files or use paket with ‘paket’ files.
Pa[...]