Merged
Conversation
fb4c442 to
43ce395
Compare
The new MAUI build and test job has been failing:
C:\a\_work\2\s\maui\src\DotNet\Dependencies\Workloads.csproj : error NU1102: Unable to find package Microsoft.NET.Sdk.Android.Manifest-8.0.100-preview.7 with version (= 34.0.0-ci.pr.gh8185.402) [C:\a\_work\2\s\maui\src\DotNet\DotNet.csproj]
This is because our main branch has bumped from .NET 8 preview.7 builds
to .NET 8 rc.1 builds. We can fix this by writing our SDK band to the
Microsoft.NET.Sdk.Android.Manifest item in the workload restore project.
43ce395 to
e8f2326
Compare
jonathanpeppers
approved these changes
Jul 27, 2023
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Jul 31, 2023
* main: [build] Use .NET preview to create nupkgs (dotnet#8227) Bump to xamarin/xamarin-android-binutils/L_16.0.6-6.0.0@b38b5bab (dotnet#8220) [ci] Fix MAUI integration test job (dotnet#8221)
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Sep 4, 2023
* main: Bump to xamarin/xamarin-android-binutils/L_16.0.6-6.0.0@b38b5bab (dotnet#8220) [ci] Fix MAUI integration test job (dotnet#8221) [ci] Remove .NET branches from classic release trigger (dotnet#8218)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new MAUI build and test job has been failing:
This is because our main branch has bumped from .NET 8 preview.7 builds to .NET 8 rc.1 builds. We can fix this by writing our SDK band to the Microsoft.NET.Sdk.Android.Manifest item in the workload restore project.