You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] fix missing darc-pub-dotnet-android-* feed for MAUI (#9468)
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`.
0 commit comments