I'm currently using Github/Git for two .NET solutions. The first solution is a library of common .NET code for all projects at my company, the second solution is a ASP.NET MVC Web Application.
What does a proper Nant or MSBuild file look like for cloning first repo, build it, clone second repo, add assemblies from first solution to the second? I plan on using Jenkins as my build server. I'm unclear of which parts are handled by the build server and which by the build file. I don't want to reinvent the wheel. Thanks.