简体   繁体   English

访问 Azure 管道中私有 Nuget 服务器中托管的 Nuget 包

[英]Access Nuget Packages hosted in private Nuget Server in Azure Pipelines

We have few nuget packages pushed to Private nuget packages, trying to setup Azure Pipelines however during the build it says error NU1101: Unable to find package while running step "nuget store" We have few nuget packages pushed to Private nuget packages, trying to setup Azure Pipelines however during the build it says error NU1101: Unable to find package while running step "nuget store"

NOTE in Local Visual studio it will be accessible when we are in VPN注意在本地 Visual Studio 中,当我们在 VPN 中时可以访问它

If you are using private nuget server.如果您使用的是私有 nuget 服务器。 You will need to create self-hosted agent on your local machines that have access to the private nuget server.您需要在可以访问私有 nuget 服务器的本地计算机上创建自托管代理 And select your private agent pool to run your Azure pipeline on the self hosted agents. select 您的私有代理池在自托管代理上运行您的 Azure 管道。

For your private nuget server is unavailable to the cloud hosted agents.对于云托管代理,您的私有 nuget 服务器不可用。 If you run your pipeline on the cloud hosted agents, the nuget restore step in your pipeline will fail to find your package.如果您在云托管代理上运行管道,则管道中的 nuget 恢复步骤将无法找到您的 package。

If you are working behind a proxy.如果您在代理后面工作。 Please check below document to configure the proxy settings for the self-hosted agents.请查看以下文档以配置自托管代理的代理设置。

Run a self-hosted agent behind a web proxy 在 web 代理后面运行自托管代理

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 访问Azure功能中的私有Nuget服务器中托管的Nuget包 - Access Nuget Packages hosted in private Nuget server in Azure Functions 无法使用 Azure 管道中的 Paket 恢复 NuGet 包(工件馈送) - Cannot restore NuGet packages using Paket in Azure Pipelines (Artifacts feed) NuGet for Microsoft.Azure软件包 - NuGet for Microsoft.Azure packages 配置nuget服务器以从特定的Azure位置获取软件包 - Configure nuget server to get packages from a specific azure location 在离线服务器上构建 Azure Devops Pipeline - NuGet 包? - Azure Devops Pipeline build on OFFLINE server - NuGet packages? Azure Pipelines未使用指定的NuGet版本 - Azure Pipelines is not using the NuGet version specified 将Bitbucket部署到Azure网站:添加私有nuget包服务器 - Deploying Bitbucket to Azure Web Site: add private nuget package server 如何在 Azure DevOps 私有订阅源中查看和发布来自 NuGet package 资源管理器的包? - How do I view and publish packages from NuGet package explorer in an Azure DevOps private feed? 允许 nuget 下载 Azure AppService 中丢失的包 - Allow nuget to download missing packages in Azure AppService Azure DevOps 将 NuGet 包升级到发布视图 - Azure DevOps Promote NuGet packages to Release view
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM