diff --git a/netci.groovy b/netci.groovy index f81c15b1ccd9..89c08da7ed37 100644 --- a/netci.groovy +++ b/netci.groovy @@ -21,7 +21,6 @@ def branch = GithubBranchName Utilities.setMachineAffinity(newJob, 'Windows_NT', 'latest-or-auto-internal') InternalUtilities.standardJobSetup(newJob, project, true /* isPR */, "*/${branch}") - Utilities.addHtmlPublisher(newJob, "TestResults", "Unit Test Results", "index.html") Utilities.addGithubPRTriggerForBranch(newJob, branch, "Windows $config") } \ No newline at end of file