I have a bog standard .Net Core ASP MVC page utilising EF and utilising Telerik Components.
The project works great on my machine without fail.
I am however no good at the devops side and don't get the ecosystem that goes around the project. I am trying to build a deployable package, and it appears to go through stages where it says "restoring packages for xxxxx"
it then tries to contact https://nuget.telerik.com/nuget/FindPackagesById()?id=
for a whole variety of packages and fails
It then goes through "installing" all of them (I can only assume it tries a different repo), then it fails on some one.
The build then fails with
c:\Program Files\dotnet\sdk\2.1.503\Sdks\Microsoft.NET.SDk\targets\Microsoft.PackageDependencyResolution.targets(198,5): Error NETSDK1004 Assets flie xxxxxx not found. Run a NuGet package restore to generate this file.
This file does not exist though and I have tried numerous solutions without any luck (one being to clear the Nuget Cache - and, I waste 2 hours trying to fix the project after that!).
Can anyone advise the next steps?