I'm trying to migrate from running Team Foundation Server locally to Visual Studio Team Services. I need to set up a build that will publish a nuget package to our local feed. Is this possible? I assume I need to set up VPN or something. I'm not even sure where to start. Any help would be appreciated.
我正在尝试从本地运行Team Foundation Server迁移到Visual Studio Team Services。我需要设置一个将nuget包发布到本地feed的构建。这可能吗?我想我需要设置VPN或其他东西。我甚至不确定从哪里开始。任何帮助,将不胜感激。
1 个解决方案
#1
In order to get access to local resources you either need to make it available online or use a local build server.
要访问本地资源,您需要使其在线可用或使用本地构建服务器。
You can create private AAD integrated nugget servers with MyGet.
您可以使用MyGet创建私有AAD集成块服务器。
#1
In order to get access to local resources you either need to make it available online or use a local build server.
要访问本地资源,您需要使其在线可用或使用本地构建服务器。
You can create private AAD integrated nugget servers with MyGet.
您可以使用MyGet创建私有AAD集成块服务器。