Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 3136907

Browse files
committed
Archive entire obj directory
1 parent b9f5ae8 commit 3136907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ combinedScenarios.each { scenario ->
16831683
// Basic archiving of the build
16841684
if (scenario == 'coverage')
16851685
{
1686-
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/Linux.x64.Release/src/**")
1686+
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/**")
16871687
}
16881688
else {
16891689
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**/*.dylib,bin/obj/*/tests/**/*.so")

0 commit comments

Comments
 (0)