This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sqltoolsservice/Directory.Build.targets
T

8 lines
365 B
XML

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