From 42d7d1f6e49ab78cbf6242f3e02eeffa90670c5e Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Thu, 25 May 2017 14:29:48 -0700 Subject: Add XUnit results for Windows_NT x86 jobs. --- netci.groovy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/netci.groovy b/netci.groovy index 038df2f775..b1d24b8704 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1504,9 +1504,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR } if (!isBuildOnly) { - if (architecture == 'x64' || !isPR) { - Utilities.addXUnitDotNETResults(newJob, 'bin/**/TestRun*.xml') - } + Utilities.addXUnitDotNETResults(newJob, 'bin/**/TestRun*.xml', true) setTestJobTimeOut(newJob, scenario) } } -- cgit v1.2.3