Hopefully someone out there can help me with this one. So, here is the problem. I am trying to get Continuous Integration setup with Team Foundation. I am using Visual Studio Online. I am not using Git as my repo. On my local machine everything builds fine. On my build service with Team Foundation, I get:
Build Error: d:\a_tool\NuGet\4.0.0\x64\nuget.exe failed with return code: 1 Packages failed to restore
If I remove the NuGet packages and hard code the Dll's everything runs through just fine. I have tried a few different things and nothing seems to help. Yes, before it is suggested, I do have the Nuget Process before the Visual Studio Build Process. Here are images of my setup if it helps.
Screenshot of Advanced settings
Thank you in advance for any help. I tried doing everything I could before asking.