构建后复制release dll?
我正在使用 nuget,在构建我的发布 dll 后,我希望它将该 dll 复制到项目文件夹中存在的 package\lib 文件夹中。
这是怎么做到的?
/拉塞
I'm using nuget and after I build my release dll, I would like it to copy that dll to the package\lib folder that exists in the projects folder.
How is that done?
/Lasse
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在项目属性下,添加以下构建后事件:
请务必修改 nuget 包根目录的路径。我在这里假设它是\package
Under project properties, add the following post-build event:
Be sure to modify the path to your nuget package root. I assumed here that it was <Solution>\package