We came across a strange issue in UiPath Pack activity within the pipeline when packing libraries.
Usually when we build libraries for code reuse we like to keep some xaml files private, not to be used by developers in the process code.
The issue we are seeing is that the packing of a library where there are non-public xaml files invoking other non-public xaml files, jenkins raises an error saying the latest could not be found. Packaging from Studio work fine.
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux (Unsure) for Controller, Windows Server 2016 for Agent
Jenkins and plugins versions report
We came across a strange issue in UiPath Pack activity within the pipeline when packing libraries.
Usually when we build libraries for code reuse we like to keep some xaml files private, not to be used by developers in the process code.
The issue we are seeing is that the packing of a library where there are non-public xaml files invoking other non-public xaml files, jenkins raises an error saying the latest could not be found. Packaging from Studio work fine.
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux (Unsure) for Controller, Windows Server 2016 for Agent
Reproduction steps
Expected Results
Expect it to succeed
Actual Results
It fails with seq3.xaml not found, as if it was not in the project folder on the agent
Anything else?
No response