Skip to content

Commit d95347e

Browse files
authored
build: fix XA4236: Cannot download Maven artifact (#4692)
1 parent 130650d commit d95347e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<!-- BG8401/BG8400: Field/property conflicts - resolved individually in Metadata.xml where needed -->
2020
<!-- BG8C00: Base interface not found -->
2121
<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>
2225
</PropertyGroup>
2326

2427
<!-- Use a separate readme, and don't add the changelog to the nuget. -->

0 commit comments

Comments
 (0)