projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f5ae8
)
Archive entire obj directory
author
wtgodbe
<wigodbe@microsoft.com>
Tue, 21 Jun 2016 21:21:45 +0000
(14:21 -0700)
committer
wtgodbe
<wigodbe@microsoft.com>
Tue, 21 Jun 2016 21:21:45 +0000
(14:21 -0700)
netci.groovy
patch
|
blob
|
history
diff --git
a/netci.groovy
b/netci.groovy
index bef7bd54ce8cdb9d5711aec8a1be0517f08c077e..f6a391c085a640f2b0e529e861d45597cdc5e2d5 100755
(executable)
--- a/
netci.groovy
+++ b/
netci.groovy
@@
-1683,7
+1683,7
@@
combinedScenarios.each { scenario ->
// Basic archiving of the build
if (scenario == 'coverage')
{
- Utilities.addArchival(newJob, "bin/Product/**,bin/obj/
Linux.x64.Release/src/
**")
+ Utilities.addArchival(newJob, "bin/Product/**,bin/obj/**")
}
else {
Utilities.addArchival(newJob, "bin/Product/**,bin/obj/*/tests/**/*.dylib,bin/obj/*/tests/**/*.so")