Skip to content

Commit

Permalink
Merge pull request #19478 from unoplatform/dev/jela/android-hr
Browse files Browse the repository at this point in the history
fix(hr): Properly detect android for HR workaround
  • Loading branch information
jeromelaban authored Feb 9, 2025
2 parents 3dd4186 + 72a2e12 commit 1767a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/targets/Uno.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
Condition="
'$(IsImplicitlyTriggeredBuild)' == 'true'
AND '$(BuildingInsideVisualStudio)'=='true'
AND ( '$(OutputType)' == 'WinExe' OR '$(OutputType)' == 'Exe' )
AND ( '$(_ImplicitRestoreOutputType)' == 'WinExe' OR '$(_ImplicitRestoreOutputType)' == 'Exe' )
AND '$(UnoDisableVSCleanupOtherTFMsForHR)' != 'false'"
BeforeTargets="BeforeBuild">

Expand Down

0 comments on commit 1767a0b

Please sign in to comment.