Skip to content

Commit

Permalink
Make build error if the generator fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jan 29, 2024
1 parent 85f78fb commit 87c97c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tsu.Trees.RedGreen/sample/Tsu.Trees.RedGreen.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>

<WarningsAsErrors></WarningsAsErrors>
<WarningsAsErrors>CS8785</WarningsAsErrors>
<NoWarn>CA17107;CS1591</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 87c97c1

Please sign in to comment.