NuGet package issues with Azure Pipelines
Hi all.
I have been trying to deploy Azure Pipelines for one of my projects which uses FastReports engine. The problem I experience at this time is "error NU1301: Unable to load the service index for source". In the nuget file I have other feeds registered which work just fine without any issues. And it also works locally.
I have added the credentials in my nuget.config file so it should pick them up during restore phase.
Has anyone encountered such issue?
Thanks.