Skip to content

Commit 95c686b

Browse files
author
John Luo
authored
Replace 'master' with 'main' (#136)
1 parent 6e53e86 commit 95c686b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vsts-pipelines/builds/ci-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trigger:
22
branches:
33
include:
4-
- 'master'
4+
- 'main'
55
- 'release/*'
66
- 'internal/release/*'
77
# Run PR validation on all branches

.vsts-pipelines/templates/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
maxParallel: 8
6969
matrix: ${{ parameters.matrix }}
7070
# Map friendly OS names to the right queue
71-
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md and
71+
# See https://github.com/dotnet/arcade/blob/main/Documentation/ChoosingAMachinePool.md and
7272
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent
7373
pool:
7474
${{ if ne(parameters.poolName, '') }}:
@@ -89,7 +89,7 @@ jobs:
8989
DOTNET_HOME: $(Agent.BuildDirectory)/.dotnet
9090
BuildScriptArgs: ${{ parameters.buildArgs }}
9191
BuildConfiguration: ${{ parameters.configuration }}
92-
DOTNET_CLI_TELEMETRY_OPTOUT: 1 # Skip signing telemetry to work around an error
92+
DOTNET_CLI_TELEMETRY_OPTOUT: 1 # Skip signing telemetry to work around an error
9393
TeamName: AspNetCore
9494
${{ if and(eq(parameters.codeSign, 'true'), eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
9595
_SignType: real

0 commit comments

Comments
 (0)