3

NuGet 是 Visual Studio 的绝佳补充。只要您向它们提供自定义 URL,它还允许自定义 NuGet 存储库。

对于与公司相关的项目,我们可以拥有自己的 NuGet 存储库,为内部项目所需的任何库提供服务。主要问题是每个开发人员都必须在 Visual Studio 中手动配置它。

问题

是否可以通过域安全策略设置来设置这些 URL?这会很棒,因为每个安装 Visual Studio 的新团队成员都会自动获取这些 URL,并且 gettig 项目源代码可以自动加载相关库(使用新的 NuGet 功能在构建时加载缺失的库)。

所以@Haacked 和史蒂夫桑德森......这可能吗?

4

2 回答 2

1

NuGet 2.1 introduced hierarchical configuration settings for NuGet. This allows you to specify things like additional repositories at a project/solution level rather than having to have everyone receive the settings through a group policy.

Release notes: http://docs.nuget.org/docs/release-notes/nuget-2.1

By setting a NuGet repository at the solution level, everyone working on the solution will get the additional repository added to their package sources.

于 2012-10-26T15:20:55.660 回答
0

这还不可能。我很确定http://nuget.codeplex.com/中已经有一个功能请求。我建议找到该功能并对其进行评论。如果找不到,请开始讨论。:)

于 2012-05-19T21:25:49.243 回答