I have a Internal Nuget Server and TFSbuild 2015
I have one internal reference on the server
When i build locally it picks it up no problem
But using TFS 2015 when I create a build it fails to find that reference.
I have a Nuget.Config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="Internal" value="\\***\NugetPackages" />
</packageSources>
</configuration>
I have read many articles and I have tried adding the Nuget.Config to
- The root of My Repository
- On the Build Server to path C:\ProgramData\NuGet\Config\Nuget.Config
- To the working path of agent on the same build server
But it never finds my custom package