How can I configure Team Foundation Build to use a private NuGet feed I have setup with NuGet.Server?
Locally I can add a source with:
nuget.exe sources add -Name "Feed Name" -Source "https://feed.url/nuget/"
How can I achieve this with Team Foundation Build?