TeamCity - Microsoft.Bcl.Build Dependency
问题 I've just committed some code changes to my repository and all of a sudden (after weeks of being fine). The TC build starts failing as it fails to download the NuGet package for Microsoft.Bcl.Build.1.0.6. I ended up having to manually copy the contents of the packages directory to the TC build location which utterly defeats the point of NuGet. What can I check to get to the root cause of this? Everything about NuGet is enabled in the solution for getting packages. 回答1: I've blogged about this