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

Commit bbcbd76

Browse files
authored
Merge pull request #7931 from RussKeldorph/repoint-corefx-1.1.0
Make dotnet/coreclr reference corresponding dotnet/corefx branch
2 parents e436f33 + 19647a3 commit bbcbd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netci.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ combinedScenarios.each { scenario ->
18211821
// thinks that %workspace% is the project base directory.
18221822
buildCommands += "powershell new-item clr -type directory -force"
18231823
buildCommands += 'powershell foreach ($x in get-childitem -force) { if (\$x.name -ne \'clr\') { move-item $x clr }}'
1824-
buildCommands += "git clone https://github.com/dotnet/corefx fx"
1824+
buildCommands += "git clone -b $branch --single-branch https://github.com/dotnet/corefx fx"
18251825

18261826
buildCommands += getStressModeEnvSetCmd(os, scenario);
18271827

@@ -1976,7 +1976,7 @@ combinedScenarios.each { scenario ->
19761976
buildCommands += "rm -rf .clr; mkdir .clr; mv * .clr; mv .git .clr; mv .clr clr"
19771977

19781978
// Get corefx
1979-
buildCommands += "git clone https://github.com/dotnet/corefx fx"
1979+
buildCommands += "git clone -b $branch --single-branch https://github.com/dotnet/corefx fx"
19801980

19811981
// Set environment variable
19821982
def setEnvVar = getStressModeEnvSetCmd(os, scenario)

0 commit comments

Comments
 (0)