From 404fa8a564053d940a027837c5d7beaeedd4e3c2 Mon Sep 17 00:00:00 2001 From: jashook Date: Thu, 9 Nov 2017 15:35:37 -0800 Subject: [PATCH] Better smarty archiving --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 31d0b84..9c3cf68 100755 --- a/netci.groovy +++ b/netci.groovy @@ -2864,7 +2864,7 @@ combinedScenarios.each { scenario -> Utilities.addXUnitDotNETResults(newJob, '**/coreclrtests.xml') } else { - Utilities.addArchival(newJob, "bin/tests/${osGroup}.${architecture}.${configuration}/Smarty.Run.0/*.smrt", '', true, false) + Utilities.addArchival(newJob, "bin/tests/${osGroup}.${architecture}.${configuration}/Smarty.run.0/*.smrt", '', true, false) } // Create a build flow to join together the build and tests required to run this -- 2.7.4