projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09da7ac
)
Remove coreclr.*txt upload (dotnet/coreclr#19524)
author
Jarret Shook
<jashoo@microsoft.com>
Fri, 17 Aug 2018 01:16:59 +0000
(18:16 -0700)
committer
GitHub
<noreply@github.com>
Fri, 17 Aug 2018 01:16:59 +0000
(18:16 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
04dbdb30e5a7bbddb69944081e2755fd575437d0
src/coreclr/netci.groovy
patch
|
blob
|
history
diff --git
a/src/coreclr/netci.groovy
b/src/coreclr/netci.groovy
index
c48d71d
..
b86a835
100755
(executable)
--- a/
src/coreclr/netci.groovy
+++ b/
src/coreclr/netci.groovy
@@
-3368,7
+3368,6
@@
${runScript} \\
Utilities.addXUnitDotNETResults(newJob, "${workspaceRelativeFxRootLinux}/bin/**/testResults.xml")
}
else {
- Utilities.addArchival(newJob, "bin/tests/${osGroup}.${architecture}.${configuration}/coreclrtests.*.txt")
Utilities.addXUnitDotNETResults(newJob, '**/coreclrtests.xml')
}