Reputation: 55
I'm trying to use the nuget install plugin for TeamCity but after running, it takes too long in restoring and installing all the packages in my solution.
Can someone help in nuget restore packages in TeamCity?
Upvotes: 1
Views: 1202
Reputation: 193
I was researching and solving the same problem. My solution took up to 20 minute(in bad times) to resolve all NuGet packages. Here is what I had found:
What I did:
After both of these steps, NuGet restore takes up to 1.5 minutes for my solution and this is ok for me.
Upvotes: 3