summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2017-12-08 14:29:16 -0800
committerjashook <jashoo@microsoft.com>2017-12-08 14:29:16 -0800
commit8edf4d876e63c2670c5f8bdf3145268ee690388e (patch)
tree0d39fe7ce1c9016a20346fe1daab92bf82a06797 /netci.groovy
parent600902ddd4f11172e1befa64925c2394852063ef (diff)
downloadcoreclr-8edf4d876e63c2670c5f8bdf3145268ee690388e.tar.gz
coreclr-8edf4d876e63c2670c5f8bdf3145268ee690388e.tar.bz2
coreclr-8edf4d876e63c2670c5f8bdf3145268ee690388e.zip
Archive the obj directory for arm builds
This will allow us to correctly populate the core_root for eventual arm linux testing.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 453e33069e..581f0ea218 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1820,7 +1820,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
--testDirFile=./tests/testsRunningInsideARM.txt"""
// Basic archiving of the build, no pal tests
- Utilities.addArchival(newJob, "bin/Product/**", "bin/Product/**/.nuget/**")
+ Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**/*.dylib,bin/obj/*/tests/**/*.so", "bin/Product/**/.nuget/**")
break
default:
println("Unknown architecture: ${architecture}");