C# VS 2013 with Jenkins build server, git native on TFS 2013, installing git-extensions on windows server 2012 and http checkout including msbuild
C# VS 2013 with Jenkins build server, git native on TFS 2013, installing git-extensions on windows server 2012 and http checkout including msbuild What a title, huh? well, git still is a bit exotic under windows... if you don't use the default tools. though its MUUUUCH better than a few years back. now i wanted to set up a build server for my company, and i decided to use jenkins, mostly out of curiosity how it performs with .NET. after all i used it for 1 year with java source code and was very happy with it, now i wanted to see how it does with C#. but first i need to overcome several obstacles... here is my system: * a windows server 2012 * a TFS 2013 (express) that has our C# source code hosted in the (now-native) git repository. this means its accessible over HTTP * our source code uses nuget... install jenkins, install git plugins, install msbuild plugin, install git version 2.48 (NO EARLIER VERSION!!!!) and INSTALL EVERYTHING UNDER LINUX fo...