|
@@ -20,6 +20,11 @@
|
|
|
<Deterministic>true</Deterministic>
|
|
|
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
|
|
|
</PropertyGroup>
|
|
|
+
|
|
|
+ <!-- Hack needed to make code coverage work. See https://github.com/Microsoft/vstest/issues/1748. -->
|
|
|
+ <PropertyGroup Condition="'$(Configuration)' == 'Debug_CSharp8' OR '$(Configuration)' == 'Debug'">
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
|