We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130650d commit d95347eCopy full SHA for d95347e
src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
@@ -19,6 +19,9 @@
19
<!-- BG8401/BG8400: Field/property conflicts - resolved individually in Metadata.xml where needed -->
20
<!-- BG8C00: Base interface not found -->
21
<NoWarn>$(NoWarn);BG8801;BG8C01;BG8701;BG8800;BG8700;BG8605;BG8606;BG8604;BG8502;BG8401;BG8400;BG8503;BG8C00</NoWarn>
22
+
23
+ <!-- Disable parallel builds to avoid Maven cache conflicts: https://github.com/getsentry/sentry-dotnet/issues/4689 -->
24
+ <BuildInParallel>false</BuildInParallel>
25
</PropertyGroup>
26
27
<!-- Use a separate readme, and don't add the changelog to the nuget. -->
0 commit comments