mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Switch pdb type back to portable (#1042)
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user