Command line for NuGet package creation

Hi

You can do with this

UiRobot.exe pack "C:\Path\To\Your\Project"

Or this

c:\Program Files (x84)\UiPath\Studio> UiRobot.exe -pack “C:\UiPath\Projects\Notepad\project.json” -o “destination file”

Then Click on enter

This command will create a NuGet package (a .nupkg file) in the specified folder

Refer this thread. For more details

Hope this helps

Cheers @Hope

1 Like