Skip to content

Commit

Permalink
Use SBRP pre-arcade-release/3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood committed Sep 29, 2020
1 parent 60dbbc6 commit 80b0163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts.pipelines/jobs/ci-linux_bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
set -ex
df -h
$(docker.run) $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
git clone --single-branch --branch pre-arcade --depth 1 https://github.com/dotnet/source-build-reference-packages'
git clone --single-branch --branch pre-arcade-release/3.1 --depth 1 https://github.com/dotnet/source-build-reference-packages'
du -h $(rootDirectory) | sort -h | tail -n 50
displayName: clone source-build-reference-packages
condition: always()
Expand Down

0 comments on commit 80b0163

Please sign in to comment.