diff --git a/eng/build.ps1 b/eng/build.ps1 index 0a66d72d50814..eb070b8b875c8 100644 --- a/eng/build.ps1 +++ b/eng/build.ps1 @@ -358,7 +358,6 @@ function TestUsingOptimizedRunner() { $args += " --logs `"$LogDir`"" $args += " --secondaryLogs `"$secondaryLogDir`"" $args += " --tfm net472" - $args += " --html" if ($testDesktop -or $testIOperation) { if ($test32) {