Issue packing library with non-public xaml files
hmartins-solvay opened this issue · 1 comments
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
- Create a project of type library in Studio
- Add 3 xaml files (seq1.xaml, seq2.xaml, seq3.xaml)
- in seq1.xaml invoke seq2.xaml and in seq2.xaml invoke seq3.xaml
- make seq2.xaml private and seq3.xaml private
- run a pack pipeline activity in Jenkins over the library project
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
Internal issue created:
https://uipath.atlassian.net/browse/TS-2128