Skip to content

Commit

Permalink
fix: Adjust condition for tf-specific VS debug build
Browse files Browse the repository at this point in the history
(cherry picked from commit e75a7e0)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Apr 13, 2024
1 parent eb7783f commit ecfc8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/targets/Uno.SingleProject.VS.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'$(BuildingInsideVisualStudio)'=='true'
AND '$(UnoDisableVSFilterTargetFrameworkWithDebuggerTarget)' != 'true'
AND '$(IsImplicitlyTriggeredBuild)' == 'true'
AND $(_IsExecutable)">
AND $(IsUnoHead)">

<!--
This target is used to restrict the number of active target frameworks used when
Expand Down

0 comments on commit ecfc8f2

Please sign in to comment.