mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* enable code coverage for ADO test run * fix debugtype default * use file name instead of guid * use wildcard for test dll name
8 lines
285 B
XML
8 lines
285 B
XML
<Project>
|
|
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.52" />
|
|
<!-- Need full debugtype for code coverage -->
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
<DebugType>full</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
</Project> |