Skip to content

Commit b75b2d5

Browse files
committed
Always checkout release/3.1 branch for SBRP in bootstrapping
See #1498
1 parent c4da274 commit b75b2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts.pipelines/jobs/ci-linux_bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
set -ex
5151
df -h
5252
$(docker.run) $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
53-
git clone --depth 1 https://github.com/dotnet/source-build-reference-packages'
53+
git clone --single-branch --branch release/3.1 --depth 1 https://github.com/dotnet/source-build-reference-packages'
5454
du -h $(rootDirectory) | sort -h | tail -n 50
5555
displayName: clone source-build-reference-packages
5656
condition: always()

0 commit comments

Comments
 (0)