summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorMatt Mitchell <matchell@outlook.com>2016-04-15 09:09:41 -0700
committerMatt Mitchell <matchell@outlook.com>2016-04-15 09:09:41 -0700
commitb5d4810cbb07f56e3e80534fe3303c53088879ac (patch)
treea52f64944d90f452b68aebaf426df797865741d7 /netci.groovy
parente811293a69eb4be72921beee4cc1518fe59721be (diff)
downloadcoreclr-b5d4810cbb07f56e3e80534fe3303c53088879ac.tar.gz
coreclr-b5d4810cbb07f56e3e80534fe3303c53088879ac.tar.bz2
coreclr-b5d4810cbb07f56e3e80534fe3303c53088879ac.zip
Update the corefx copy steps to point to the new location
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index d30a31165e..a02b9c8f70 100755
--- a/netci.groovy
+++ b/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 {