Team Foundation Service build fails on NuGet package restore

后端 未结 10 2024
半阙折子戏
半阙折子戏 2020-12-13 02:23

I\'m having kind of an odd problem with my Team Foundation Service build. I queue it up and it starts just fine, but then it fails with the following error:



        
10条回答
  •  悲哀的现实
    2020-12-13 03:10

    I ran into this issue on a Web API project, but we use NAnt.

    The resolution was to update the Microsoft BCL Build Components nuget package to the latest (1.0.21) and things build fine now.

提交回复
热议问题