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.