Nuget软件包尚未完全安装

发布于 2025-01-21 08:05:58 字数 230 浏览 3 评论 0原文

我正在通过Azure Devops创建Nuget软件包。 Nuget软件包包含一个示例.exe文件和示例。Exe.nlog文件。到目前为止,一切都很好。当我在Visual Studio中将Nuget安装到我的项目中时,只添加了示例。 example.exe.nlog缺少。 我尚不清楚为什么还没有将其添加到项目中。

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

感谢您的帮助。

I am creating a NuGet package via Azure DevOps. The NuGet package contains an Example.exe file and an Example.exe.nlog file. So far all is well. WWhen I install the NuGet into my project in Visual Studio, only the Example.exe is added. The Example.exe.nlog is missing.
It is not clear to me why this is not also added to the project.

As a test I have added an Example.dll as well. But this is added to the project. Why not the .exe.nlog?

Thanks for the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滴情不沾 2025-01-28 08:05:58

我找到了解决方案。我必须在NUSPEC目标标签中添加“ content \ folder \ folder \ folder”

I found the solution. I have to add "content\Folder\Folder" in the nuspec target Tag

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文