How to clone an existing package as new

Hi All,

I will like to “clone” or “copy” an existing package as a new package. Is this possible?

For example, i have a Package names as Project 1… Current version 1.0.5 and will like to clone the package as Project 2 with version 1.0.1

I dont want to build the entire package from scratch, i just need to change the activities in the new package.

How can i achieve this?

@MoBot

Change the name of the library folder and even in project.json file and manually write the version as 1.0.0 …that should allow you to publish the same as a different new package

hope this helps

Cheers

Thank you for your help

1 Like

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