How to deploy .nupkg file in intranet environment?

Hello everyone,

I’ve faced a issue that after deploying .nupkg file into production environment (only allow using intranet), the robot can’t run due to the activities version in “Manage Package” hasn’t been updated. It seems that all “project dependencies” need to connect to the internet for updating.

Is there any solution to this problem?
Will be appreciated if there’s anyone willing to help!

Best Regards,
Eric Y.

Hi @eric022759,

Just copy-paste that custom package from development machine to intranet environment. You can find the package from the below path.
C:\Users\<username>\.nuget\packages

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.