Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[build.cake] Break up into multiple files and remove obsolete targets. #1017

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

jpobst
Copy link
Contributor

@jpobst jpobst commented Oct 17, 2024

Break up build.cake functionality into smaller files instead of having one massive file. By moving the stuff we still use into separate files, we can easily remove the remaining obsolete stuff from the main file (XA Classic, AndroidSupport, etc.).

This should also fix #1015, assuming those errors messages are from cake.

Additionally, move the "binderate-config-verify" task logic to binderator. There was an issue with existing logic causing it to miss that androidx.wear.wear-input had mismatching Java (1.1.0) and NuGet (1.0.0.19) versions. Fix that as well.

@jpobst jpobst marked this pull request as ready for review October 18, 2024 19:01
@jpobst jpobst requested a review from moljac October 18, 2024 19:02
@jpobst jpobst merged commit 98812b8 into main Oct 21, 2024
6 checks passed
@jpobst jpobst deleted the clean-cake branch October 21, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tooling] vswhere crashes on clean windows requiring Component.Xamarin
2 participants