Nuget软件包尚未完全安装
我正在通过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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案。我必须在NUSPEC目标标签中添加“ content \ folder \ folder \ folder”
I found the solution. I have to add "content\Folder\Folder" in the nuspec target Tag