如何防止VSTS中的发布管道创建nuget.org软件包

时间:2018-10-03 13:18:10

标签: azure-devops nuget-package

我使用VSTS为NuGet包创建了构建和发布管道。

但是在成功运行构建和发布管道之后,提要中包含了已添加的nuget.org参考。我该如何预防?

1 个答案:

答案 0 :(得分:0)

这是设计使然。您启用了上游源,并通过此Feed安装了这些软件包。有关详细信息,请参阅此文档:Saving packages from upstream sources: continuity

  

启用上游源时,将从   通过提要的上游来源将自动保存在提要中。