diff options
author | wtgodbe <wigodbe@microsoft.com> | 2016-06-21 14:21:45 -0700 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2016-06-21 14:21:45 -0700 |
commit | 3136907d29eec4c289e190263a966c7f68d2fbf7 (patch) | |
tree | f257bcefbb23610eb2e62b2ea09cd57834a5318e | |
parent | b9f5ae88cc49836c8d31f07db7800707165cdb06 (diff) | |
download | coreclr-3136907d29eec4c289e190263a966c7f68d2fbf7.tar.gz coreclr-3136907d29eec4c289e190263a966c7f68d2fbf7.tar.bz2 coreclr-3136907d29eec4c289e190263a966c7f68d2fbf7.zip |
Archive entire obj directory
-rwxr-xr-x | netci.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy index bef7bd54ce..f6a391c085 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1683,7 +1683,7 @@ combinedScenarios.each { scenario -> // Basic archiving of the build if (scenario == 'coverage') { - Utilities.addArchival(newJob, "bin/Product/**,bin/obj/Linux.x64.Release/src/**") + Utilities.addArchival(newJob, "bin/Product/**,bin/obj/**") } else { Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**/*.dylib,bin/obj/*/tests/**/*.so") |