Hello Community,
I have the following issue while publishing a project. While publishing a project the actual project can be publish in 2 ways: Robot Default and Custom.
When publishing the project with Robot Default the file NUPKG-file is published successfully in the folder: C:\ProgramData\UiPath\packages.
I also can open it successfully with UIPath Robot and start it without any errors.
I would like to save the file on drive D:\ in a different folder and use UIPath robot to execute the file in the mentioned folder. I’m aware of that fact that I can use publish --> “custom” and move the NUGET-file to a different location.
But if I do that, UIPath robot can’t find the file anymore. Is there any possibility to execute the file in a different folder so that it doesn’t have to be publish in the package folder?
I don’t use Orchestrator. I just want that the person who uses the robot just executes the file by using the UIPath Robot and want that it can be executed without access to the C:\ProgramData\UiPath\packages - folder.
Thank you very much in advance.