I\'m having kind of an odd problem with my Team Foundation Service build. I queue it up and it starts just fine, but then it fails with the following error:
Either the required TFSBuild targets files must be included in source control or the NuGet packages must be restored prior to attempting to build the solution.
Details on how to do this are provided on the nuget.org.
It basically involves creating a new build project file which first restores packages and then builds your solution.