what do people use instead of maven for C# winforms projects. We have developers all over the world and are trying to come up with some dependency management system that is clean simple and fast
|
1
|
|
|
|
|
|
could just use Maven and write a plugin that integrates msbuild. We use Maven to manage non-Java components, such as our Flex .swf and .swc modules. Writing a Maven plugin would be less effort than recreating a comparable system just for .NET assemblies. Would recommend using Hudson and Maven together, for that matter. |
||
|
|
|
|
See also this thread: Is there a Maven Alternative or port for the .NET world? There is Byldan, but the project seems quite young. |
||
|
|
|
|
I wrote tutorial on the subject if you or anyone else is interested. |
||
|
|
