Ver Fonte

debug type on net46 tests to full

Oren Novotny há 8 anos atrás
pai
commit
ea92ea979a
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Rx.NET/Source/tests/Directory.build.targets

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

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