diff --git a/test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj b/test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj index 0bbb2b5b92..448a390c02 100644 --- a/test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj +++ b/test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj @@ -31,15 +31,20 @@ - - - - - - - - - + + + <_TestAPK Include="1" Properties="_Aot=False;_Store=False;_Compressed=False" /> + <_TestAPK Include="2" Properties="_Aot=False;_Store=False;_Compressed=True" /> + <_TestAPK Include="3" Properties="_Aot=False;_Store=True;_Compressed=False" /> + <_TestAPK Include="4" Properties="_Aot=False;_Store=True;_Compressed=True" /> + + <_TestAPK Include="5" Condition="!$(TargetFramework.StartsWith('net8'))" Properties="_Aot=True;_Store=False;_Compressed=False" /> + <_TestAPK Include="6" Condition="!$(TargetFramework.StartsWith('net8'))" Properties="_Aot=True;_Store=False;_Compressed=True" /> + <_TestAPK Include="7" Condition="!$(TargetFramework.StartsWith('net8'))" Properties="_Aot=True;_Store=True;_Compressed=False" /> + <_TestAPK Include="8" Condition="!$(TargetFramework.StartsWith('net8'))" Properties="_Aot=True;_Store=True;_Compressed=True" /> + + +