小编Ala*_*íaz的帖子

如何在 azure devops 管道中从另一个包源安装 nuget 包?

我正在尝试在 azure 上运行一些 API 测试,我之前已经能够运行我的工件,但是这个特定任务需要一个不在包源中的包:nuget.org,它是来自我工作的公司的包因为,所以当我运行管道时,我收到以下消息:

##[error]The nuget command failed with exit code(1) and error(NU1101: Unable to find package: name of package

我在创建项目时遇到了这个问题,所以我不得不添加包源,我该如何在管道上做到这一点?

.net azure nuget devops

5
推荐指数
1
解决办法
834
查看次数

标签 统计

.net ×1

azure ×1

devops ×1

nuget ×1