Skip to content

Commit

Permalink
fix: Lower roslyn generation selection log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed May 20, 2022
1 parent 77ef022 commit a0c5f7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@
</Target>

<Target Name="UnoLogGeneratorsType" BeforeTargets="CoreCompile;_UnoSourceGenerator">
<Message Importance="high"
<Message Importance="low"
Condition="'$(UnoUIUseRoslynSourceGenerators)'=='true'"
Text="Uno.UI is using Roslyn generators" />
<Message Importance="high"
<Message Importance="low"
Condition="'$(UnoUIUseRoslynSourceGenerators)'==''"
Text="Uno.UI is using Uno.SourceGenerators" />

Expand Down

0 comments on commit a0c5f7c

Please sign in to comment.