Since a few weeks we have our first TFS (2013) setup. The setup is rather small and there are only a handful (read: 10) developers that will have to work with it for the time being. It was setup as a "test" to see if it fits within our organisation.
Now, we'd also like to test the build server functionality. We've configured the build server and enabled a single agent. The MSDN then states that "You must install on the build agent the version of Visual Studio that your team uses on its dev machines." (http://msdn.microsoft.com/en-us/library/bb399135.aspx).
This sounds pretty straight forward, just install the Visual Studio version we use to dev with (VS Premium 2013). We are however pretty tight on the amount of licenses we can give out. So would VS Express suffice? Or is VS Premium really needed for automated unit testing (MS Test, not NUnit)? And if VS Premium is needed, which license should be used to activate it? By "which license" I mean, would a developer MSDN license work? We have a silver MS partnership and every developer has their own MSDN subscriber account.
Disclaimer: This is my very first question, so please excuse me if I've broken any of the rules.