diff --git a/build-script/build.fs b/build-script/build.fs index ec24f73f0..c5c9e7b21 100644 --- a/build-script/build.fs +++ b/build-script/build.fs @@ -283,7 +283,6 @@ let initTargets (argv) = testDll |> xUnit2 (fun p -> { p with - DisableInternalBinLog = true NUnitXmlOutputPath = Some(logsPath) Method = Some(trimTestMethod testMethodName) ErrorLevel = errorLevel }) @@ -295,7 +294,6 @@ let initTargets (argv) = testDll |> xUnit2 (fun p -> { p with - DisableInternalBinLog = true NUnitXmlOutputPath = Some logsPath ExcludeTraits = [ ("type", "integration") ] ErrorLevel = errorLevel }) @@ -307,7 +305,6 @@ let initTargets (argv) = testDll |> xUnit2 (fun p -> { p with - DisableInternalBinLog = true NUnitXmlOutputPath = Some logsPath IncludeTraits = [ ("type", "integration") ] TimeOut = TimeSpan.FromMinutes(20.)