Base solution for your next web application
Open Closed

Problem with Build in VSTS #4681


User avatar
0
simedbn created

Hello,

I need to deploy the app from VSTS to Azure App Services , after the migration to v5.1.0 i have this problem in Nuget Restore Steps :

The nuget command failed with exit code(1) and error(Error parsing solution file at D:\a\1\s\aspnet-core\MyProject.Web.sln: Exception has been thrown by the target of an invocation. Error parsing the nested project section in solution file. A project with the GUID "{A2213374-BB48-48FD-BBD4-81E6A961D866}" is listed as being nested under project "{AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}", but does not exist in the solution. D:\a\1\s\aspnet-core\MyProject.Web.sln) Packages failed to restore

Any Idea Please ?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @simedbn,

    We have fixed this problem on project download page. In your project, you can remove the lines contains "{A2213374-BB48-48FD-BBD4-81E6A961D866}" from your *.sln file.

  • User Avatar
    0
    simedbn created

    Thank you it's working