Kaynağa Gözat

debug type on net46 tests to full

Oren Novotny 8 yıl önce
ebeveyn
işleme
ea92ea979a
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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>