NuGet 包未完全安装

NuGet package is not completely installed

我正在通过 Azure DevOps 创建一个 NuGet 包。 NuGet 包包含一个 Example.exe 文件和一个 Example.exe.nlog 文件。到目前为止一切都很好。 W当我在 Visual Studio 中将 NuGet 安装到我的项目中时,仅添加了 Example.exe。 Example.exe.nlog 丢失。 我不清楚为什么这也没有添加到项目中。

作为测试,我也添加了一个 Example.dll。但这被添加到项目中。为什么不是 .exe.nlog?

感谢您的帮助。

我找到了解决方案。我必须在 nuspec 目标 Tag

中添加“content\Folder\Folder”