FinalBuilder 8.0.0.2797 - NuGet Restore Sources tab not respected

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.

Hi Greg

Thanks for the report, I could reproduce it here and this build has the fix

https://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2817.exe

1 Like