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