Generate full pdb when running in net461

This commit is contained in:
Ajay Bhargav Baaskaran 2018-01-08 11:22:24 -08:00
parent 2e73bab2a4
commit acd6f7b064
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>$(StandardTestWebsiteTfms)</TargetFrameworks>
<DebugType Condition="'$(TargetFramework)' == 'net461'">full</DebugType>
</PropertyGroup>
<ItemGroup>