File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Sentry/buildTransitive Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 271271 <Warning Condition =" '$(_SentryCLIExitCode)' != '0'" Text =" Sentry CLI could not upload debug files." />
272272 </Target >
273273
274- <Target Name =" UpdateAndroidMetadata" BeforeTargets =" GetAssemblyAttributes"
275- Condition ="
276- $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'
274+ <Target Name =" UpdateAndroidMetadata"
275+ BeforeTargets =" GetAssemblyAttributes"
276+ Condition =" '$(AndroidApplication)' == 'true'
277+ and $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'
277278 and '$(SentryUploadAndroidProGuardMapping)' == 'true'" >
278-
279279 <ItemGroup >
280280 <AssemblyAttribute Include =" Android.App.MetaData" >
281281 <_Parameter1 >io.sentry.proguard-uuid</_Parameter1 >
You can’t perform that action at this time.
0 commit comments