summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy3
1 files changed, 1 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index da68748993..57acb36513 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1054,12 +1054,11 @@ combinedScenarios.each { scenario ->
// Debug runs take too long to run.
if (lowerConfiguration != "debug") {
buildCommands += "Z:\\arm64\\common\\scripts\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}"
+ Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml')
}
// Add archival.
Utilities.addArchival(newJob, "bin/Product/**")
-
- Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml')
break
default:
println("Unknown architecture: ${architecture}");