我无法解决Azure DevOps管道中Nuget Restore的错误。
[40,-160], [60,-200]
这是我在YAML中的NUGET Restore步骤:
Starting: NuGet restore
==============================================================================
Task : NuGet
Description : Restore, pack, or push NuGet packages, or run a NuGet command. Supports NuGet.org and
authenticated feeds like Azure Artifacts and MyGet. Uses NuGet.exe and works with .NET Framework apps. For .NET Core and .NET Standard apps, use the .NET Core task.
Version : 2.161.0
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget
==============================================================================
##[error]No neutral-language version resource found in the file
Finishing: NuGet restore
我已经读过this topic,并将nuget版本从3.5.0更改为5.3.1,这些版本都无济于事,同样的错误:在文件中找不到中性语言版本资源。
我该如何解决这个问题?