我有一个c#项目,它使用Microsoft构建另一个项目。构建图书馆。它工作完美,直到我升级VS版本16.11.5。现在,当执行project.Build()时,我在日志文件中得到以下错误:
ERROR C:Program Files (x86)Microsoft Visual Studio2019CommunityMSBuildCurrentBinMicrosoft.Common.CurrentVersion.targets(4693,7): The "WroteAtLeastOneFile" parameter is not supported by the "Copy" task. Verify the parameter exists on the task, and it is a gettable public instance property.
我尝试从VS手动构建,它工作,但不是通过代码构建。
打开Microsoft.Common.CurrentVersion.targets文件,删除以下元素并保存该文件:
<Output TaskParameter =” WroteAtLeastOneFile “PropertyName =” WroteAtLeastOneFile “/>