问题
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