asp.net - Error in Visual Studio Team Services CI after upgrading .NET Core from 1.X to 2.0 (NU1105) -
after upgrading asp.net core app .net core 1.x 2.0, visual studio team services ci failing on restore/build/test.
the error
error nu1105: unable find project information '[project path]/portal.csproj'. project file may invalid or missing targets required restore.
the error occurs after vsts tries building test project e.g. portal.tests.csproj references portal.csproj
in portal.csproj, need delete or comment out following line:
<dotnetclitoolreference include="bundlerminifier.core" version="x.x.xxx" />
it seems causing issues vsts.
Comments
Post a Comment