可以删除 .nupkg 文件吗?
我是 NuGet 的新手——刚刚开始使用它并给自己买了一份 WatiN 的副本。
我正在尝试缩小在将其放入版本控制之前撤回的文件夹的大小。我注意到 WatiN.2.0.50.nupkg 约为 12mb。我从此链接注意到.nupkg本质上是包内容的压缩版本。是否可以删除它,或者这样做可能会在将来引起任何问题?
I'm new to NuGet -- just started using it and got myself a copy of WatiN.
I'm trying to trim down the size of the folder that was pulled back before I put it into version control. I noticed that WatiN.2.0.50.nupkg is about 12mb. I noticed from this link that the .nupkg is essentially a compressed version of the package contents. Is it OK to delete it, or might doing so cause any issues in the future?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您删除它,我们将无法更新/卸载,因为我们使用该文件作为当前安装内容的记录。我们正在研究一项功能,允许人们从packages.config 恢复包,这样您就可以避免将包完全放入源代码管理中。更多信息请点击这里 http://nuget.codeplex.com/workitem/165
If you delete it we can't update/uninstall since we use that file as a record of what is currently installed. We're looking at a feature that would allow people to restore the packages from packages.config so you could avoid putting packages in source control altogether. More info here http://nuget.codeplex.com/workitem/165