Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[build] fix missing darc-pub-dotnet-android-* feed for MAUI #9468

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

jonathanpeppers
Copy link
Member

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.

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.
@jonathanpeppers
Copy link
Member Author

It works!

image

It took a bit to figure out how to add new XML elements with <XmlPoke/>

@jonathanpeppers jonathanpeppers marked this pull request as ready for review October 30, 2024 14:21
@jonathanpeppers jonathanpeppers merged commit ea6734f into main Oct 30, 2024
55 of 58 checks passed
@jonathanpeppers jonathanpeppers deleted the dev/peppers/fix/maui/lane branch October 30, 2024 17:39
jonathanpeppers added a commit that referenced this pull request Nov 4, 2024
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`.
@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants