OctoPack: Sending -Timeout to Nuget.exe

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:

true http://[ourserver]/octopus/nuget/packages API-AAAAAAAAAAAAAAAAA

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

Hi Guy,

Thanks for getting in touch. Look for OctoPackNuGetPushProperties in this doc: http://docs.octopusdeploy.com/display/OD/Using+OctoPack

Cheers!

Dalmiro

That’s exactly what I was looking for, missed it in the documentation - thank you!