Treat analysis warnings as errors

This commit is contained in:
Oliver Booth 2022-11-30 12:09:19 +00:00
parent a6fcad1f7a
commit 9336511059
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<PackageIcon>icon.png</PackageIcon> <PackageIcon>icon.png</PackageIcon>
<PackageIconUrl/> <PackageIconUrl/>
<PackageTags>bot wrapper sdk dotnet wrapper-api wrapper-library virtual-paradise</PackageTags> <PackageTags>bot wrapper sdk dotnet wrapper-api wrapper-library virtual-paradise</PackageTags>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''"> <PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''">