Skip to content

Commit

Permalink
Merge pull request #19487 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.6/pr-19478

fix(hr): Properly detect android for HR workaround (backport #19478)
  • Loading branch information
jeromelaban authored Feb 9, 2025
2 parents 7e57f0a + 2149ef4 commit 653d2cd
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 653d2cd

Please sign in to comment.