我正在尝试在 azure 上运行一些 API 测试,我之前已经能够运行我的工件,但是这个特定任务需要一个不在包源中的包:nuget.org,它是来自我工作的公司的包因为,所以当我运行管道时,我收到以下消息:
##[error]The nuget command failed with exit code(1) and error(NU1101: Unable to find package: name of package
我在创建项目时遇到了这个问题,所以我不得不添加包源,我该如何在管道上做到这一点?