Hi Dojo,
We have an Automation solution which contains many scripts for our solution applications. Now we want to make some NuGets available so that end users can interact with our solution.
Would it be possible to create NuGet projects in the Automation solution instead of creating a separate NuGet solution?
Hi,
From a Visual Studio solution perspective, it should be possible, you just have to configure the specific code library project inside the solution to output a NuGet package.
You will then need to adapt your CICD pipeline to consider this. By default, Skyline's pipelines are specific to one type of solution but if you are using GitHub you should be able to build your custom workflow by adapting from our GitHub reusable workflows | DataMiner Docs