Nuget pack adds parameters that cause action to fail

Updated to latest version of FB8 recently, and now I see the following parameters added to the command line causing it to fail.

…-Symbols -Properties configuration=Release -NonInteractive -InstallPackageToOutputPath -OutputFileNamesWithoutVersion
Unknown option: ‘-InstallPackageToOutputPath’

vs.
…-Symbols -Properties configuration=Release -NonInteractive
Attempting to build package from ‘somepackage’.

What version of nuget are you using. It looks like we added a parameter that is only available in nuget 4.6.

As it happens, there is a bug there and that option should not be added anyway, there’s a logic error in the code. I’ll upload a fix shortly.

This build has the fix :
https://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2906.exe

Thank you! I’ll give a try.