cstcvc
(cstcvc)
1
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’.
Vincent
(Vincent Parrett)
2
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.
Vincent
(Vincent Parrett)
3
cstcvc
(cstcvc)
4
Thank you! I’ll give a try.