Skip to content

Commit f39c3af

Browse files
authored
Rename some references (#21757)
1 parent fabbbc0 commit f39c3af

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

Diff for: .github/workflows/TestCosmos.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Test Cosmos
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
7+
- feature/*
78
- release/*
89

910
jobs:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Repository
22
==========
33

4-
[![build status](https://img.shields.io/azure-devops/build/dnceng/public/51/master)](https://dev.azure.com/dnceng/public/_build?definitionId=51) [![test results](https://img.shields.io/azure-devops/tests/dnceng/public/51/master)](https://dev.azure.com/dnceng/public/_build?definitionId=51)
4+
[![build status](https://img.shields.io/azure-devops/build/dnceng/public/51/main)](https://dev.azure.com/dnceng/public/_build?definitionId=51) [![test results](https://img.shields.io/azure-devops/tests/dnceng/public/51/main)](https://dev.azure.com/dnceng/public/_build?definitionId=51)
55

66
This repository is home to the following [.NET Foundation](https://dotnetfoundation.org/) projects. These projects are maintained by [Microsoft](https://github.com/microsoft) and licensed under the [Apache License, Version 2.0](LICENSE.txt).
77

Diff for: azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trigger:
2727
batch: true
2828
branches:
2929
include:
30-
- master
30+
- main
3131
- release/*
3232
- feature/*
3333
- internal/release/*

Diff for: docs/getting-and-building-the-code.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Master branch
1+
# Main branch
22

3-
Following instructions are for current **master** branch only. For building release/2.x branches go to [Earlier versions](https://github.com/dotnet/efcore/wiki/Getting-and-Building-the-Code#earlier-versions).
3+
Following instructions are for current **main** branch only. For building release/2.x branches go to [Earlier versions](https://github.com/dotnet/efcore/wiki/Getting-and-Building-the-Code#earlier-versions).
44

55
## Prerequisites
66

Diff for: helix.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: This command sends helix test job from local machine
44

55
SET DOTNET_ROOT=%~dp0.dotnet\
6-
SET BUILD_SOURCEBRANCH="master"
6+
SET BUILD_SOURCEBRANCH="main"
77
SET BUILD_REPOSITORY_NAME="efcore"
88
SET SYSTEM_TEAMPROJECT="public"
99
SET BUILD_REASON="test"

Diff for: helix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This command sends helix test job from local machine
44

5-
export BUILD_SOURCEBRANCH="master"
5+
export BUILD_SOURCEBRANCH="main"
66
export BUILD_REPOSITORY_NAME="efcore"
77
export SYSTEM_TEAMPROJECT="public"
88
export BUILD_REASON="test"

0 commit comments

Comments
 (0)