Archive the obj directory for arm builds
authorjashook <jashoo@microsoft.com>
Fri, 8 Dec 2017 22:29:16 +0000 (14:29 -0800)
committerjashook <jashoo@microsoft.com>
Fri, 8 Dec 2017 22:29:16 +0000 (14:29 -0800)
This will allow us to correctly populate the core_root for eventual
arm linux testing.

netci.groovy

index 453e330..581f0ea 100755 (executable)
@@ -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}");