Switch pdb type back to portable (#1042)

This commit is contained in:
Karl Burtram
2020-08-09 19:45:27 -07:00
committed by GitHub
parent 616a79c83d
commit 35878fbc24

View File

@@ -2,7 +2,7 @@
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.52" /> <Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.52" />
<!-- Need full debugtype for code coverage --> <!-- Need full debugtype for code coverage -->
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DebugType>full</DebugType> <DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
</PropertyGroup> </PropertyGroup>
</Project> </Project>