From b2c9743ac8947039e77ffd346ff152399bf32d74 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 21 Jul 2021 11:25:43 -0700 Subject: [PATCH] master -> main --- buildpipeline/DotNet-Trusted-Publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpipeline/DotNet-Trusted-Publish.json b/buildpipeline/DotNet-Trusted-Publish.json index 1d2241afd9ab..4bb97efaf672 100644 --- a/buildpipeline/DotNet-Trusted-Publish.json +++ b/buildpipeline/DotNet-Trusted-Publish.json @@ -671,7 +671,7 @@ "type": "TfsGit", "name": "DotNet-BuildPipeline", "url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-BuildPipeline", - "defaultBranch": "refs/heads/master", + "defaultBranch": "refs/heads/main", "clean": "true", "checkoutSubmodules": false },