License question when building Blazor on an automated pipeline (General Question)

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!

1 Reply 1 reply marked as answer

MK Muthukumar Kannan Syncfusion Team March 2, 2021 02:09 PM UTC

Hi Nick,

Thank you for contacting Syncfusion support.

We have checked your reported query and we would let you know that you can use the local nuget packages to automate the build process (Azure pipeline) by uploading the licensed packages into your private repo/feeds & consume those packages in Azure by configuring the feeds in the 'NuGet.config' file. Please refer to the below documentation links related to your requirement.




Please check the above details and get back to us if you need further assistance on this.

Regards,
Muthukumar K


Marked as answer
Loader.
Up arrow icon