File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Sentry/buildTransitive Expand file tree Collapse file tree 1 file changed +4
-0
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+ <!-- Only for the application assembly: https://github.com/getsentry/sentry-dotnet/pull/4647 -->
274275 <Target Name =" UpdateAndroidMetadata"
275276 BeforeTargets =" GetAssemblyAttributes"
277+ Condition =" '$(AndroidApplication)' == 'True'
278+ and $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'
279+ BeforeTargets=" GetAssemblyAttributes"
276280 Condition=" ' $(AndroidApplication)' == ' True'
277281 and $([MSBuild]::GetTargetPlatformIdentifier(' $(TargetFramework)' )) == ' android'
278282 and ' $(SentryUploadAndroidProGuardMapping)' == ' true' " >
You can’t perform that action at this time.
0 commit comments