Hello,
This is not control specific.
Currently, by following the instruction of this discussion (
Link), I am using a local nuget feed that has been licensed and installed in my pc.
This works fine, when I build my blazor app locally.
Now, I want to automate my build process, preferrably using Azure pipeline (or git workflow maybe).
I would like to know how can I access those licensed package from the pipeline?
Am I able to upload the licensed packages (which currently installed in my workstation) into a private repo/feed, such that I can consume those in Azure?
If not, what will be the strategy to enable such automation? (I want to avoid setting up the build process from scratch in my machine)
Thank you for your time!