Error: No neutral-language version resource found in the file

╄→гoц情女王★ 提交于 2020-01-05 09:04:47

问题


I am using TFS 2015 CI to publish my application but during Nuget Restore. I am getting error.

"Error: No neutral-language version resource found in the file"

I have added neutral-language to my project but its not working at all.

Have you guys ever faced this error?


回答1:


Which Nuget Version do you use? Seems the Nuget version 4.x have issues.

The message you are seeing is related to some code in the nuget task where we are trying to detect the nuget version and its associated 'quirks'. Newer versions of nuget (e.g. 4.x) have fewer issues.

Source link : NuGet Restore Intermittently Fails #4759

As a workaround, you can fall back to NuGet 3.5., specify "3.5.0" as the version of NuGet in Path to NuGet.exe to use.



来源:https://stackoverflow.com/questions/47346214/error-no-neutral-language-version-resource-found-in-the-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!