aboutsummaryrefslogtreecommitdiff
path: root/src/Custom.Build.props
blob: 889fb62ea896829a6e41f4925238a9c28d3160c6 (plain)
1
2
3
4
5
6
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Project>
  <PropertyGroup Condition="'$(Configuration)'=='Release'">
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  </PropertyGroup>
</Project>