且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法在VSTS上还原Nuget软件包(软件包安装失败)

更新时间:2021-09-26 00:18:22

我今天刚遇到此错误.我通过使用基础代码分支查看解决方案文件中的更改来修复此错误,并发现了一些原本不应该存在的旧行.我认为它们是错误合并的结果,应该在解决冲突时将其删除.

I just had this error today. I fixed this error by reviewing the changes in my solution file with our base code branch and found some old lines that weren't supposed to be there. I think they were a result of a bad merge and should have been removed during a conflict resolve.

要解决此问题,我只是删除了旧的引用,并且一切正常.

To fix the issue I simply removed the references that were old and everything built just fine.

Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{EAECFF2D-7339-4180-8E1E-6DF9EC9EB131}"
EndProject
{3C14F190-6B6A-4913-9681-AFD9B62850FA} = {EAECFF2D-7339-4180-8E1E-6DF9EC9EB131}
{687ECE00-A567-40F3-BFF9-C3B639328F27} = {EAECFF2D-7339-4180-8E1E-6DF9EC9EB131}

谢谢, 菲什(Fissh)

Thanks, Fissh