File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
test/Sentry.Maui.Device.TestApp Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ BeforeAll {
209209 <SentryUploadAndroidProguardMapping>true</SentryUploadAndroidProguardMapping>
210210 <AndroidLinkTool Condition=`" '`$ (AndroidLinkTool)' == '' `" >r8</AndroidLinkTool>
211211 <AndroidDexTool Condition=`" '`$ (AndroidDexTool)' == '' `" >d8</AndroidDexTool>
212+ <MtouchUseLlvm Condition=`" '`$ (Configuration)' == 'Release'`" >false</MtouchUseLlvm>
212213 </PropertyGroup>
213214</Project>
214215"@ | Out-File $name / Directory.Build.props
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <!-- Workaround for hang on compile issue. See https://github.com/xamarin/xamarin-macios/issues/17825#issuecomment-1478568270. -->
10- <PropertyGroup Condition =" '$(Configuration)' == 'Release' And $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' " >
10+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
1111 <MtouchUseLlvm >false</MtouchUseLlvm >
1212 </PropertyGroup >
1313
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <IsPackable >false</IsPackable >
7+ <MtouchUseLlvm Condition =" '$(Configuration)' == 'Release'" >false</MtouchUseLlvm >
78 </PropertyGroup >
89
910 <ItemGroup >
You can’t perform that action at this time.
0 commit comments