Using GitLab Pipelines To Build Nupkg Package

How to build a .nupkg package from a json / yaml file and what are the commands needed to install the .npukg?

Creation of a nupkg file is supported and should be performed only using the Robot component as it currently does and sign it in a way for Orchestrator to understand it. The corresponding .Net code will not be shared externally. Directly doing it from the XAML file is not explored yet.

It is recommended to follow Microsoft specification to issue such nuget file from Create a Package Using Nuget.exe CLI .