Generate full pdb when running in net461
This commit is contained in:
parent
2e73bab2a4
commit
acd6f7b064
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>$(StandardTestWebsiteTfms)</TargetFrameworks>
|
<TargetFrameworks>$(StandardTestWebsiteTfms)</TargetFrameworks>
|
||||||
|
<DebugType Condition="'$(TargetFramework)' == 'net461'">full</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue