Add XUnit results for Windows_NT x86 jobs.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 25 May 2017 21:29:48 +0000 (14:29 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 25 May 2017 21:29:48 +0000 (14:29 -0700)
netci.groovy

index 038df2f..b1d24b8 100755 (executable)
@@ -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)
                         }
                     }