Azure devops AppCenter在生成时找不到专用包

Azure devops AppCenter在生成时找不到专用包,azure-devops,visual-studio-app-center,Azure Devops,Visual Studio App Center,正在尝试在appcenter中整合我的第一个软件包 AzureDevOps 我在我的azuredevops账户中创建了2份回购协议 MyMobile.Core(包) MyMobile.FirstApp(此回购协议引用在我的订阅源中自动发布的MyMobile.Core包。) AppCenter - Created a build that uses MyMobile.FirstApp repo. AppCenter生成错误: NU1101:找不到包MyMobile.Core 源中不存在具有

正在尝试在appcenter中整合我的第一个软件包

AzureDevOps

我在我的azuredevops账户中创建了2份回购协议

  • MyMobile.Core(包)
  • MyMobile.FirstApp(此回购协议引用在我的订阅源中自动发布的MyMobile.Core包。)
AppCenter

- Created a build  that uses MyMobile.FirstApp repo.
AppCenter生成错误:

NU1101:找不到包MyMobile.Core 源中不存在具有此id的包:nuget.org

appcenter找到我的包的正确方法是什么


如何在appcenter中添加我的私有提要url?

在这里找到了我的答案。我所要做的就是创建一个nuget.config


这是否意味着我的项目不再使用.NET标准的PackageReference功能?或者它们都被用于参考软件包?你在哪里主持你的私人nuget?在本例中,我们可以签入源代码管理azure DevPPS并从中恢复吗?