Convert XAML file to Nupkg package

How can I create nupkg package from Uipath solution /xaml file

@mitesh
welcome to the forum.

Once you have done with modelling and testing go to Design > Publish

3 Likes

Do I need to make sure about package naming convention while creating custom package (not Orchestrator tenant one)

I didn’t get your question in total. Let me try to answer in a genereal way

the package ID is the what you have configured under the process.json name
So give a meanfully name and avoid spaces

In Projects often some short ID is part of the name as well e.g like
P003_Financial_CheckPayments

@ppr,
Thanks for your suggestion. I will try to do so again. and will confirm if it works for me.