summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2017-12-08 15:21:20 -0800
committerGitHub <noreply@github.com>2017-12-08 15:21:20 -0800
commit9cc1547ee410d067e6b7bcca4c95ec8389ed3da1 (patch)
treeaf334d9b4717c35142afb8abe15e326404cd9166 /netci.groovy
parentd636649345f1f512be2f617564503a25f655757b (diff)
parent8edf4d876e63c2670c5f8bdf3145268ee690388e (diff)
downloadcoreclr-9cc1547ee410d067e6b7bcca4c95ec8389ed3da1.tar.gz
coreclr-9cc1547ee410d067e6b7bcca4c95ec8389ed3da1.tar.bz2
coreclr-9cc1547ee410d067e6b7bcca4c95ec8389ed3da1.zip
Merge pull request #15445 from jashook/arm_archive_obj
Archive the obj directory for arm builds
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 66ddd741d8..5c21777d2c 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1816,7 +1816,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}");