Files
sqltoolsservice/Directory.Build.targets
Alex Ma 5e3d24bbfa Remove code coverage from STS (#1537)
* WIP removal of code coverage

* more coverage removed

* more fixes

* fix tests
2022-06-10 13:53:43 -07:00

7 lines
280 B
XML

<Project>
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.52" />
<PropertyGroup Condition="'$(Configuration)' == 'Debug' and ('$(BuildingInsideVisualStudio)' != '')">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
</Project>