chore: fix warning as error working
Some checks failed
default / dotnet-default-workflow (push) Failing after 1m6s

This commit is contained in:
Louis Seubert 2026-05-09 22:50:22 +02:00
commit 799c4d622e
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
2 changed files with 10 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<AnalysisMode>Recommended</AnalysisMode>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<WarningsAsErrors>nullable</WarningsAsErrors>
<WarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</WarningsAsErrors>
<TreatWarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Label="NuGet Package Info">