AppCenter 构建时找不到私有包
AppCenter cannot find private package when building
正在尝试将我的第一个包放在应用中心。
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?
找到我的答案here.All我要做的就是创建一个nuget.config
https://dev.to/muak_x/how-to-use-a-private-nuget-server-feed-on-app-center--1alf
正在尝试将我的第一个包放在应用中心。
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?
找到我的答案here.All我要做的就是创建一个nuget.config
https://dev.to/muak_x/how-to-use-a-private-nuget-server-feed-on-app-center--1alf