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

Commit 39cc550

Browse files
silvioguisoSilvio Guiso
andauthored
Updates pipeline branches (#9040)
Co-authored-by: Silvio Guiso <[email protected]>
1 parent 6acdfe9 commit 39cc550

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"value": "$(Build.SourcesDirectory)/core-setup"
393393
},
394394
"PB_Branch": {
395-
"value": "master"
395+
"value": "release/2.1"
396396
},
397397
"PB_DockerHost_Sandbox": {
398398
"value": "$(Build.StagingDirectory)/HostSandbox"

buildpipeline/Core-Setup-Linux-BT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
"value": "$(Build.SourcesDirectory)/core-setup"
811811
},
812812
"PB_Branch": {
813-
"value": "master"
813+
"value": "release/2.1"
814814
},
815815
"PB_DockerHost_Sandbox": {
816816
"value": "$(Build.StagingDirectory)/HostSandbox"

buildpipeline/Core-Setup-OSX-BT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"value": "$(Build.SourcesDirectory)/core-setup"
198198
},
199199
"PB_Branch": {
200-
"value": "master"
200+
"value": "release/2.1"
201201
},
202202
"PB_AzureAccountName": {
203203
"value": "sourcebuild"

buildpipeline/Core-Setup-Publish.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
"type": "TfsGit",
546546
"name": "DotNet-Core-Setup-Trusted",
547547
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
548-
"defaultBranch": "refs/heads/master",
548+
"defaultBranch": "refs/heads/release/2.1",
549549
"clean": "false",
550550
"checkoutSubmodules": false
551551
},

buildpipeline/Core-Setup-Signing-Validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"value": "--branch $(PB_Branch) https://$(PB_VsoAccountName):$(PB_VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted"
226226
},
227227
"PB_Branch": {
228-
"value": "master",
228+
"value": "release/2.1",
229229
"allowOverride": true
230230
},
231231
"PB_VsoAccountName": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
"isSecret": true
487487
},
488488
"PB_Branch": {
489-
"value": "master",
489+
"value": "release/2.1",
490490
"allowOverride": true
491491
},
492492
"SourceVersion": {
@@ -569,7 +569,7 @@
569569
"type": "TfsGit",
570570
"name": "DotNet-Core-Setup-Trusted",
571571
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
572-
"defaultBranch": "refs/heads/master",
572+
"defaultBranch": "refs/heads/release/2.1",
573573
"clean": "false",
574574
"checkoutSubmodules": false
575575
},

buildpipeline/Core-Setup-Windows-BT.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
"value": "dotnet"
661661
},
662662
"PB_Branch": {
663-
"value": "master",
663+
"value": "release/2.1",
664664
"allowOverride": true
665665
},
666666
"PB_BuildFullPlatformManifest": {
@@ -783,7 +783,7 @@
783783
"type": "TfsGit",
784784
"name": "DotNet-Core-Setup-Trusted",
785785
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
786-
"defaultBranch": "refs/heads/master",
786+
"defaultBranch": "refs/heads/release/2.1",
787787
"clean": "false",
788788
"checkoutSubmodules": false
789789
},

0 commit comments

Comments
 (0)