The last windows update has broken our whole build chain and I am a little at a loss at what causes it.
我有一个遗产项目,即VS2017解决方案,有大量项目(双向、双网、只靠网上浏览)。
当地情况完全可行。 我只能建设他们。
在服务器上,假日已经开始失败,错误是:
C:Program Files (x86)Microsoft Visual Studio2017BuildToolsMSBuildMicrosoftNuGet15.0Microsoft.NuGet.targets(186,5): Error : Your project file doesn t list win as a "RuntimeIdentifier". You should add win to the "RuntimeIdentifiers" property in your project file and then re-run NuGet restore.
C:Program Files (x86)Microsoft Visual Studio2017BuildToolsMSBuildMicrosoftNuGet15.0Microsoft.NuGet.targets(186,5): Error : Your project file doesn t list win as a "RuntimeIdentifier". You should add win to the "RuntimeIdentifiers" property in your project file and then re-run NuGet restore.
C:Program Files (x86)Microsoft Visual Studio2017BuildToolsMSBuildMicrosoftNuGet15.0Microsoft.NuGet.targets(186,5): Error : Your project file doesn t list win as a "RuntimeIdentifier". You should add win to the "RuntimeIdentifiers" property in your project file and then re-run NuGet restore.
Process msbuild.exe exited with code 1 .
我补充说:
<RuntimeIdentifiers>win</RuntimeIdentifiers>
一些项目。 无改动。 我正在遭受损失,因为错误信息甚至没有告诉我什么项目。