From 39cc55013ce9e7505b9b72bf3cc4d56c73244e68 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 18 Jun 2020 14:57:26 -0700 Subject: [PATCH] Updates pipeline branches (#9040) Co-authored-by: Silvio Guiso --- buildpipeline/Core-Setup-Linux-Arm-BT.json | 2 +- buildpipeline/Core-Setup-Linux-BT.json | 2 +- buildpipeline/Core-Setup-OSX-BT.json | 2 +- buildpipeline/Core-Setup-Publish.json | 2 +- buildpipeline/Core-Setup-Signing-Validation.json | 2 +- buildpipeline/Core-Setup-Windows-Arm-BT.json | 4 ++-- buildpipeline/Core-Setup-Windows-BT.json | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/buildpipeline/Core-Setup-Linux-Arm-BT.json b/buildpipeline/Core-Setup-Linux-Arm-BT.json index d8f619efb8..49ed0aef9c 100644 --- a/buildpipeline/Core-Setup-Linux-Arm-BT.json +++ b/buildpipeline/Core-Setup-Linux-Arm-BT.json @@ -392,7 +392,7 @@ "value": "$(Build.SourcesDirectory)/core-setup" }, "PB_Branch": { - "value": "master" + "value": "release/2.1" }, "PB_DockerHost_Sandbox": { "value": "$(Build.StagingDirectory)/HostSandbox" diff --git a/buildpipeline/Core-Setup-Linux-BT.json b/buildpipeline/Core-Setup-Linux-BT.json index 7fe0d56e5f..7b0c72f2d5 100644 --- a/buildpipeline/Core-Setup-Linux-BT.json +++ b/buildpipeline/Core-Setup-Linux-BT.json @@ -810,7 +810,7 @@ "value": "$(Build.SourcesDirectory)/core-setup" }, "PB_Branch": { - "value": "master" + "value": "release/2.1" }, "PB_DockerHost_Sandbox": { "value": "$(Build.StagingDirectory)/HostSandbox" diff --git a/buildpipeline/Core-Setup-OSX-BT.json b/buildpipeline/Core-Setup-OSX-BT.json index 4fd8857d27..0fd6c9f0ca 100644 --- a/buildpipeline/Core-Setup-OSX-BT.json +++ b/buildpipeline/Core-Setup-OSX-BT.json @@ -197,7 +197,7 @@ "value": "$(Build.SourcesDirectory)/core-setup" }, "PB_Branch": { - "value": "master" + "value": "release/2.1" }, "PB_AzureAccountName": { "value": "sourcebuild" diff --git a/buildpipeline/Core-Setup-Publish.json b/buildpipeline/Core-Setup-Publish.json index 1bec779dad..56a2171bc5 100644 --- a/buildpipeline/Core-Setup-Publish.json +++ b/buildpipeline/Core-Setup-Publish.json @@ -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 }, diff --git a/buildpipeline/Core-Setup-Signing-Validation.json b/buildpipeline/Core-Setup-Signing-Validation.json index d9f3242c93..635857380d 100644 --- a/buildpipeline/Core-Setup-Signing-Validation.json +++ b/buildpipeline/Core-Setup-Signing-Validation.json @@ -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": { diff --git a/buildpipeline/Core-Setup-Windows-Arm-BT.json b/buildpipeline/Core-Setup-Windows-Arm-BT.json index 8f6a2b466c..5108c40c4a 100644 --- a/buildpipeline/Core-Setup-Windows-Arm-BT.json +++ b/buildpipeline/Core-Setup-Windows-Arm-BT.json @@ -486,7 +486,7 @@ "isSecret": true }, "PB_Branch": { - "value": "master", + "value": "release/2.1", "allowOverride": true }, "SourceVersion": { @@ -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 }, diff --git a/buildpipeline/Core-Setup-Windows-BT.json b/buildpipeline/Core-Setup-Windows-BT.json index 991a1bfce7..e97b5b4123 100644 --- a/buildpipeline/Core-Setup-Windows-BT.json +++ b/buildpipeline/Core-Setup-Windows-BT.json @@ -660,7 +660,7 @@ "value": "dotnet" }, "PB_Branch": { - "value": "master", + "value": "release/2.1", "allowOverride": true }, "PB_BuildFullPlatformManifest": { @@ -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 },