Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f6a501e

Browse files
committed
Merge pull request #4364 from mmitche/update-corefx-paths-rc2
Use updated corefx paths
2 parents 1236158 + 89b5e09 commit f6a501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ combinedScenarios.each { scenario ->
12061206

12071207
// Corefx native component.
12081208
// Pull from main folder in corefx for now, once the corefx branchify PR gets merged this will chnage
1209-
def corefxFolder = Utilities.getFolderName('dotnet/corefx')
1209+
def corefxFolder = Utilities.getFolderName('dotnet/corefx') + '/' + Utilities.getFolderName(branch)
12101210
copyArtifacts("${corefxFolder}/nativecomp_${os.toLowerCase()}_release") {
12111211
includePatterns('bin/**')
12121212
buildSelector {

0 commit comments

Comments
 (0)