Files
sqltoolsservice/Directory.Build.targets
2020-08-09 19:45:27 -07:00

8 lines
289 B
XML

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