-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Currently, the set up .NET Core 2.2.5 installed using SDK Core 2.2.107. The project has two .NET 4.7.2 and one .NET Core 2.2.5. This runs perfect everywhere else but when on our build server we get this error:
(ResolvePackageAssets target) ->
[exec] C:\Program Files\dotnet\sdk\2.2.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(208,5): error NETSDK1064: Package Microsoft.EntityFrameworkCore.Analyzers, version 2.2.4 was not found. It might have been deleted since NuGet restore. Otherwise, NuGet restore might have only partially completed, which might have been due to maximum path length restrictions.
Steps to reproduce
I am not sure of the steps to reproduce. We have our solution with the three projects and build fails on that line.
### Further technical details
EF Core version: found in project.csproj
Operating system: Windows 8.1
IDE: Visual Studio 2017 15.4