Hi
Is it possible to pass a “-Timeout x” parameter to Nuget.exe during the publish step of OctoPack? The default nuget.exe timeout of 5 minutes is not long enough.
We have a Visual Studio project with this section:
If I add -Timeout 600, OctoPack passes those arguments to Nuget.exe during the “pack” phase which Nuget rejects.
Basically, is there a way to pass arguments to Nuget exclusively on the “push” phase?
Thanks,
Guy