We’ve run into a problem where NuGet Restores are not working in our builds anymore after upgrading to 8.0.0.2797. It looks like the Sources tab in FinalBuilder is not being respected in 2797.
Prior to 2797:
Command line: restore “[solution path]” -Source [source] -Source [source2] -NonInteractive
but now in 2797:
Command line: restore “[solution path]” -NonInteractive
We utilize a relative source path in this step and it is not feasible to store it in the standard list of NuGet sources.