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

Commit

Permalink
Updates pipeline branches (#9040)
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Guiso <[email protected]>
  • Loading branch information
silvioguiso and Silvio Guiso committed Jun 18, 2020
1 parent 6acdfe9 commit 39cc550
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-Linux-Arm-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"value": "$(Build.SourcesDirectory)/core-setup"
},
"PB_Branch": {
"value": "master"
"value": "release/2.1"
},
"PB_DockerHost_Sandbox": {
"value": "$(Build.StagingDirectory)/HostSandbox"
Expand Down
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-Linux-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
"value": "$(Build.SourcesDirectory)/core-setup"
},
"PB_Branch": {
"value": "master"
"value": "release/2.1"
},
"PB_DockerHost_Sandbox": {
"value": "$(Build.StagingDirectory)/HostSandbox"
Expand Down
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-OSX-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"value": "$(Build.SourcesDirectory)/core-setup"
},
"PB_Branch": {
"value": "master"
"value": "release/2.1"
},
"PB_AzureAccountName": {
"value": "sourcebuild"
Expand Down
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-Publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
"type": "TfsGit",
"name": "DotNet-Core-Setup-Trusted",
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
"defaultBranch": "refs/heads/master",
"defaultBranch": "refs/heads/release/2.1",
"clean": "false",
"checkoutSubmodules": false
},
Expand Down
2 changes: 1 addition & 1 deletion buildpipeline/Core-Setup-Signing-Validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"value": "--branch $(PB_Branch) https://$(PB_VsoAccountName):$(PB_VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted"
},
"PB_Branch": {
"value": "master",
"value": "release/2.1",
"allowOverride": true
},
"PB_VsoAccountName": {
Expand Down
4 changes: 2 additions & 2 deletions buildpipeline/Core-Setup-Windows-Arm-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
"isSecret": true
},
"PB_Branch": {
"value": "master",
"value": "release/2.1",
"allowOverride": true
},
"SourceVersion": {
Expand Down Expand Up @@ -569,7 +569,7 @@
"type": "TfsGit",
"name": "DotNet-Core-Setup-Trusted",
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
"defaultBranch": "refs/heads/master",
"defaultBranch": "refs/heads/release/2.1",
"clean": "false",
"checkoutSubmodules": false
},
Expand Down
4 changes: 2 additions & 2 deletions buildpipeline/Core-Setup-Windows-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
"value": "dotnet"
},
"PB_Branch": {
"value": "master",
"value": "release/2.1",
"allowOverride": true
},
"PB_BuildFullPlatformManifest": {
Expand Down Expand Up @@ -783,7 +783,7 @@
"type": "TfsGit",
"name": "DotNet-Core-Setup-Trusted",
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Core-Setup-Trusted",
"defaultBranch": "refs/heads/master",
"defaultBranch": "refs/heads/release/2.1",
"clean": "false",
"checkoutSubmodules": false
},
Expand Down

0 comments on commit 39cc550

Please sign in to comment.