-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[build] use stable bits in main #13201
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,8 @@ | |
| <RootNamespace>Microsoft.Maui.MauiBlazorWebView.DeviceTests</RootNamespace> | ||
| <AssemblyName>Microsoft.Maui.MauiBlazorWebView.DeviceTests</AssemblyName> | ||
| <NoWarn>$(NoWarn),CA1416</NoWarn> | ||
| <!-- Disable multi-RID builds to workaround a parallel build issue --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there an issue tracking this so we can remove when it is fixed?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rui had one, but I think it was conflated with an Android issue (it's now closed). I filed a new one: dotnet/macios#17497 |
||
| <RuntimeIdentifier Condition="$(TargetFramework.Contains('-maccatalyst'))">maccatalyst-x64</RuntimeIdentifier> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically, this was it? Our previous workaround is now the cause :)
I wonder if the build is now faster....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this resolved the crash, and then I had other errors to deal with after!