Skip to content

Commit

Permalink
Disable debug symbols on the view models library for release config
Browse files Browse the repository at this point in the history
  • Loading branch information
iminashi committed Jun 29, 2020
1 parent b343394 commit db16fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DDCImprover.ViewModels/DDCImprover.ViewModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<FileVersion>1.0.3.160</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.2.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit db16fce

Please sign in to comment.