New: Treat compile warnings as errors

This commit is contained in:
ta264
2019-09-30 21:33:03 +01:00
parent cdf8b1cb5d
commit b0adb2035e
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<Project>
<!-- Common to all Lidarr Projects -->
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LidarrRootDir>$(MSBuildThisFileDirectory)..\</LidarrRootDir>
<!-- Specifies the type of output -->
@@ -63,6 +65,7 @@
<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>
</PropertyGroup>
<!-- Set the AssemblyConfiguration attribute for projects -->
<ItemGroup Condition="'$(LidarrProject)'=='true'">
<AssemblyAttribute Include="System.Reflection.AssemblyConfigurationAttribute">