Update packages in a process through orchestrator

Hi!

I have a library-package that I’ve updated, and want to update all processes with this new package without fixing this one-by-one through studio.

Is this possible?

1 Like

Hi
Place that new package in C:\ProgramData\UiPath\Packages folder

Cheers @fh9090

1 Like

Thanks! But let’s say that this is a production server where I can’t access the VM generally. Aren’t there any way to update packages through orchestrator?

1 Like

That’s a good question
Yes of course we can
Like when the bot is ran it will first search the activities from the feed in this order
—Local ( %LocalAppData%\UiPath\Activities ),
—Orchestrator feed ( ~/NuGetPackages/Activities ),
—MyGet feed ( https://www.myget.org/F/workflow/ ).

So if the package is not there in the local feed it will look next in orchestrator and download that to the local feed folder as well

So we just need to upload that nupkg file to orchestrator feed

Cheers @fh9090

2 Likes

Thanks! Cheers Palaniyappan

1 Like

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