1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

ignore warning on release too

This commit is contained in:
Kyle Spearrin
2019-03-07 22:59:40 -05:00
parent 52e1ceace8
commit ec9be8bcfa
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,10 @@
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>