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:
9c82a1d
)
Update the corefx copy steps to point to the new location
author
Matt Mitchell
<matchell@outlook.com>
Fri, 15 Apr 2016 16:09:41 +0000
(09:09 -0700)
committer
Matt Mitchell
<matchell@outlook.com>
Fri, 15 Apr 2016 16:09:41 +0000
(09:09 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
b5d4810cbb07f56e3e80534fe3303c53088879ac
src/coreclr/netci.groovy
patch
|
blob
|
history
diff --git
a/src/coreclr/netci.groovy
b/src/coreclr/netci.groovy
index
d30a311
..
a02b9c8
100755
(executable)
--- a/
src/coreclr/netci.groovy
+++ b/
src/coreclr/netci.groovy
@@
-1435,7
+1435,7
@@
combinedScenarios.each { scenario ->
// Corefx native component.
// Pull from main folder in corefx for now, once the corefx branchify PR gets merged this will chnage
- def corefxFolder = Utilities.getFolderName('dotnet/corefx')
+ def corefxFolder = Utilities.getFolderName('dotnet/corefx')
+ '/' + Utilities.getFolderName(branch)
copyArtifacts("${corefxFolder}/nativecomp_${os.toLowerCase()}_release") {
includePatterns('bin/**')
buildSelector {