We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4da274 commit b75b2d5Copy full SHA for b75b2d5
.vsts.pipelines/jobs/ci-linux_bootstrap.yml
@@ -50,7 +50,7 @@ jobs:
50
set -ex
51
df -h
52
$(docker.run) $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
53
- git clone --depth 1 https://github.com/dotnet/source-build-reference-packages'
+ git clone --single-branch --branch release/3.1 --depth 1 https://github.com/dotnet/source-build-reference-packages'
54
du -h $(rootDirectory) | sort -h | tail -n 50
55
displayName: clone source-build-reference-packages
56
condition: always()
0 commit comments