NuGet Install action issues -- FinalBuilder 8.0.0.2701

This is more of an FYI…it feels like something changed, either with the NuGet command line or the latest FinalBuilder release. We have been using a particular FinalBuilder job for some time, but just recently noticed an error now using the NuGet Install command. It results in the following error in the build…
[NuGet Install]
Error Executing script : GetCommandLine
Microsoft JScript runtime error
Object expected
Line: 28
Char : 1

Our work-around is to use a Command action to run a “nuget install” command. That works fine.

Yep, it looks like a regression - we did overhaul the nuget actions recently. Not sure how we missed this bug though as it’s easy to reproduce. This build has the fix.

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

Vincent,

Thanks for the quick fix!

Wynn