瀏覽代碼

Changing RunTests.bat script.

Bart De Smet 10 年之前
父節點
當前提交
2f379b77bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rx.NET/Source/RunTests.bat

+ 1 - 1
Rx.NET/Source/RunTests.bat

@@ -12,7 +12,7 @@ mkdir "%_build_rx_tmp%"
 
 set _runtest_list=Tests.System.Reactive.dll
 
-set _test_coverage_targets=System.Reactive.Core.dll System.Reactive.Linq.dll System.Reactive.PlatformServices.dll System.Reactive.Providers.dll
+set _test_coverage_targets=System.Reactive.Core.dll System.Reactive.Linq.dll System.Reactive.PlatformServices.dll
 
 if %_release_build%==1 (
   call msbuild /p:Configuration=Release45 /p:RunCodeAnalysis=false /p:OutputPath="%_build_rx_tmp%" Rx.sln