Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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`.
- Loading branch information