Libarary UiPath

Suppose I create a library and publish it.
If someone else wants to make changes , can he/she do it and publish it?
If yes , what is the procedure?

@Ritaman_Baral

Yes …you can pass the ui path studio code to the other person and he/she can make changes and then push it to orchestrator again.

Generally version controls like git are used when multiple people are working

If source control is not there then can pass the code normally or can download the package from orchestrator and use it to get the xaml files and modify and can publish as well…for this while publishing we have to check include packages options so that packages are also uploded

Hope this helps

Cheers

Hi @Ritaman_Baral

If you create a library in UiPath and publish it, other users can make changes to the library and publish their modified version.
The person who wants to make changes should obtain the published library package (.nupkg file) from the original creator. The package contains the compiled library and its dependencies.The person can import the library package by going to the “Manage Packages” window. Click on the “Local” tab, then click on the “Add Package” button and browse for the library package file (.nupkg). Select the package and click on the “Install” button to import it into their project.

Once the library package is imported, the person can use the activities and functionalities provided by the library in their project. They can modify the library activities, add new activities, or make any necessary changes to meet their requirements. After making the desired changes, the person can publish the modified library as a new version. They need to go to the “Publish” window in UiPath Studio, select the library project, and click on the “Publish” button. This will create a new version of the library package (.nupkg) with the changes they made.

Thanks!!

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