Update the corefx copy steps to point to the new location
authorMatt Mitchell <matchell@outlook.com>
Fri, 15 Apr 2016 16:09:41 +0000 (09:09 -0700)
committerMatt 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

index d30a311..a02b9c8 100755 (executable)
@@ -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 {