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

Commit

Permalink
Merge pull request #7931 from RussKeldorph/repoint-corefx-1.1.0
Browse files Browse the repository at this point in the history
Make dotnet/coreclr reference corresponding dotnet/corefx branch
  • Loading branch information
RussKeldorph authored Nov 1, 2016
2 parents e436f33 + 19647a3 commit bbcbd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ combinedScenarios.each { scenario ->
// thinks that %workspace% is the project base directory.
buildCommands += "powershell new-item clr -type directory -force"
buildCommands += 'powershell foreach ($x in get-childitem -force) { if (\$x.name -ne \'clr\') { move-item $x clr }}'
buildCommands += "git clone https://github.com/dotnet/corefx fx"
buildCommands += "git clone -b $branch --single-branch https://github.com/dotnet/corefx fx"

buildCommands += getStressModeEnvSetCmd(os, scenario);

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

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

// Set environment variable
def setEnvVar = getStressModeEnvSetCmd(os, scenario)
Expand Down

0 comments on commit bbcbd76

Please sign in to comment.