Răsfoiți Sursa

debug type on net46 tests to full

Oren Novotny 8 ani în urmă
părinte
comite
ea92ea979a
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      Rx.NET/Source/tests/Directory.build.targets

+ 2 - 1
Rx.NET/Source/tests/Directory.build.targets

@@ -1,6 +1,7 @@
 <Project>  
 <Project>  
   <Import Project="..\Directory.build.targets" />
   <Import Project="..\Directory.build.targets" />
   <PropertyGroup>
   <PropertyGroup>
-    <DebugType>portable</DebugType>
+    <DebugType Condition="'$(TargetFramework)' != 'net46'">portable</DebugType>
+    <DebugType Condition="'$(TargetFramework)' == 'net46'">full</DebugType>
   </PropertyGroup>
   </PropertyGroup>
 </Project>
 </Project>