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

Commit 7b9c946

Browse files
authored
Fixup checkout ref to branch that exists (#9116)
The core-setup legs have a disabled checkout step. The branch that was referenced (buildtools) in some of them is no longer available and thus the build fails to queue. Instead, use release/2.1 (which is used by the other legs).
1 parent 2777111 commit 7b9c946

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildpipeline/Core-Setup-Linux-Arm-BT.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"type": "TfsGit",
488488
"name": "DotNet-Core-Setup-Trusted",
489489
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
490-
"defaultBranch": "refs/heads/buildtools",
490+
"defaultBranch": "refs/heads/release/2.1",
491491
"clean": "false",
492492
"checkoutSubmodules": false
493493
},

buildpipeline/Core-Setup-Linux-BT.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@
931931
"type": "TfsGit",
932932
"name": "DotNet-Core-Setup-Trusted",
933933
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
934-
"defaultBranch": "refs/heads/buildtools",
934+
"defaultBranch": "refs/heads/release/2.1",
935935
"clean": "false",
936936
"checkoutSubmodules": false
937937
},

buildpipeline/Core-Setup-OSX-BT.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
"type": "TfsGit",
298298
"name": "DotNet-Core-Setup-Trusted",
299299
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
300-
"defaultBranch": "refs/heads/buildtools",
300+
"defaultBranch": "refs/heads/release/2.1",
301301
"clean": "false",
302302
"checkoutSubmodules": false
303303
},

0 commit comments

Comments
 (0)