Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的公司,我们希望使用内部 NuGet 包源发布我们的内部库和工具。
有很多示例说明如何构建自己的 NuGet 服务器,托管在 IIS 中。但也可以简单地将所有 .nupkg 文件放在具有良好管理读/写权限的共享文件夹中),以便您的整个团队可以访问它们。
Visual Studio(此处为 2013)中的配置在这两种情况下都是显而易见的:
与简单的共享文件夹相比,在 IIS 托管、服务器部署等方面有什么优势吗?
我还看到 DropBox 用于共享存储库,它可以解决共享文件夹的许多问题,并且设置起来也需要更少的麻烦。通常公司政策不允许使用 DropBox 或任何类似的东西,在这种情况下,网络服务器可能效果最好。