I am having an issue with AzureDevops building a project. It's DotNet6, It's failing the .Net Core Restore with an error: error NU1301: Unable to load the service index for source. It's a library project with two dependencies, both from NuGet:
The project builds perfectly in VS2022.
Does anyone have any ideas?
Despite both packages (below) being #DotNetCore 6 compatible, the AzureDevops .NetCore Restore consistently failed.
I created a new pipeline using the NuGet command instead, and all was fine.