[build] fix missing darc-pub-dotnet-android-*
feed for MAUI by jonathanpeppers · Pull Request #9468 · dotnet/android (original) (raw)
Our MAUI integration lane currently fails with:
Workload installation failed: Version 34.0.145 of package microsoft.android.sdk.windows is not found in NuGet feeds...
They are missing the darc-pub-dotnet-android-df9aaf2-1
feed containing our .NET 8 package on the dotnet/maui/net9.0 branch.
To fix this, let's read our NuGet.config
and add any sources that start with darc-pub-dotnet-android-*
into their NuGet.config
.
Going forward, the lane should work without issue.