Skip to content

Commit

Permalink
Merge pull request dotnet#4319 from mmitche/archive-needed
Browse files Browse the repository at this point in the history
Only archive dylib and .so files from the native coreclr tests
  • Loading branch information
mmitche committed Apr 13, 2016
2 parents 0ec739e + 257951f commit deadffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ combinedScenarios.each { scenario ->
// Set time out
setTestJobTimeOut(newJob, scenario)
// Basic archiving of the build
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**")
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**/*.dylib,bin/obj/*/tests/**/*.so")
// And pal tests
Utilities.addXUnitDotNETResults(newJob, '**/pal_tests.xml')
}
Expand Down

0 comments on commit deadffb

Please sign in to comment.