This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1821,7 +1821,7 @@ combinedScenarios.each { scenario ->
1821
1821
// thinks that %workspace% is the project base directory.
1822
1822
buildCommands + = " powershell new-item clr -type directory -force"
1823
1823
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 $b ranch --single-branch https://github.com/dotnet/corefx fx"
1825
1825
1826
1826
buildCommands + = getStressModeEnvSetCmd(os, scenario);
1827
1827
@@ -1976,7 +1976,7 @@ combinedScenarios.each { scenario ->
1976
1976
buildCommands + = " rm -rf .clr; mkdir .clr; mv * .clr; mv .git .clr; mv .clr clr"
1977
1977
1978
1978
// Get corefx
1979
- buildCommands + = " git clone https://github.com/dotnet/corefx fx"
1979
+ buildCommands + = " git clone -b $b ranch --single-branch https://github.com/dotnet/corefx fx"
1980
1980
1981
1981
// Set environment variable
1982
1982
def setEnvVar = getStressModeEnvSetCmd(os, scenario)
You can’t perform that action at this time.
0 commit comments