diff options
author | Jarret Shook <jashoo@microsoft.com> | 2017-11-13 15:11:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 15:11:23 -0800 |
commit | 7b4096dce8427ab7d5df8b9482ec32825cf51677 (patch) | |
tree | 9a656ad573111aa15cf24ee3f2fea168895b516a /netci.groovy | |
parent | c0202e53859b9b064aaa7b84030c86b0a4c00aa3 (diff) | |
parent | 404fa8a564053d940a027837c5d7beaeedd4e3c2 (diff) | |
download | coreclr-7b4096dce8427ab7d5df8b9482ec32825cf51677.tar.gz coreclr-7b4096dce8427ab7d5df8b9482ec32825cf51677.tar.bz2 coreclr-7b4096dce8427ab7d5df8b9482ec32825cf51677.zip |
Merge pull request #14970 from jashook/better_smarty_archiving
Better smarty archiving
Diffstat (limited to 'netci.groovy')
-rwxr-xr-x | netci.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy index 44badd7b79..f3ee806956 100755 --- a/netci.groovy +++ b/netci.groovy @@ -2871,7 +2871,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 |