Skip to content

Commit 9e62a25

Browse files
authored
Rename to main (microsoft#828)
* Rename to main * main file
1 parent 19acefa commit 9e62a25

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Welcome, and thank you for your interest in contributing. There are many ways to contribute:
33
- [Submit issues](https://github.com/Microsoft/testfx/issues) and help verify fixes as they are checked in.
44
- Review the [source code changes](https://github.com/Microsoft/testfx/pulls).
5-
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md).
5+
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md).
66
- Contribute to the [documentation](https://github.com/Microsoft/testfx-docs).
77

88
### Building
99
If you want to understand how **testfx** works or want to debug an issue, you'll want to get the source, build it, and run it locally. **testfx** can be built from within Visual Studio or from the CLI.
10-
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studiovs)
11-
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-linecli)
10+
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-visual-studiovs)
11+
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-command-linecli)
1212

1313
### Thank You!
1414
Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a fully supported, open source and cross-platform implementation of the
88

99
### Build status
1010

11-
[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/Microsoft/testfx/microsoft.testfx.ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=937&branchName=master)
11+
[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/Microsoft/testfx/microsoft.testfx.ci?branchName=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=937&branchName=main)
1212

1313
### Latest Builds
1414
| | Framework | Adapter |
@@ -19,22 +19,22 @@ This is a fully supported, open source and cross-platform implementation of the
1919
There are many ways to contribute to testfx
2020
- [Submit issues](https://github.com/Microsoft/testfx/issues) and help verify fixes as they are checked in.
2121
- Review the [source code changes](https://github.com/Microsoft/testfx/pulls).
22-
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md).
22+
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md).
2323
- Contribute to the [documentation](https://github.com/Microsoft/testfx-docs).
2424

2525
### Building
2626
testfx can be built from within Visual Studio or from the CLI.
27-
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studiovs)
28-
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-linecli)
27+
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-visual-studiovs)
28+
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-command-linecli)
2929

3030
### Microsoft Open Source Code of Conduct
3131
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
3232

3333
### License
34-
testfx platform is licensed under the [MIT license](https://github.com/Microsoft/testfx/blob/master/LICENSE)
34+
testfx platform is licensed under the [MIT license](https://github.com/Microsoft/testfx/blob/main/LICENSE)
3535

3636
### Issue Tracking
37-
Please see [issue tracking](https://github.com/Microsoft/testfx-docs/blob/master/issuetracking.md) for a description of the workflow we use to process issues.
37+
Please see [issue tracking](https://github.com/Microsoft/testfx-docs/blob/main/issuetracking.md) for a description of the workflow we use to process issues.
3838

3939
### Roadmap
40-
For information on shipped and upcoming features/enhancements please refer to our [Releases](https://github.com/Microsoft/testfx-docs/blob/master/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/testfx-docs/tree/master/Quarterly%20Checkins).
40+
For information on shipped and upcoming features/enhancements please refer to our [Releases](https://github.com/Microsoft/testfx-docs/blob/main/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/testfx-docs/tree/main/Quarterly%20Checkins).

scripts/write-release-notes.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $issues = $log | ForEach-Object {
9999

100100
$output = @"
101101
102-
See release notes [here](https://github.com/microsoft/testfx-docs/blob/master/docs/releases.md#$(("$v $date" -replace "\.", "" -replace "\W", "-").ToLowerInvariant())).
102+
See release notes [here](https://github.com/microsoft/testfx-docs/blob/main/docs/releases.md#$(("$v $date" -replace "\.", "" -replace "\W", "-").ToLowerInvariant())).
103103
104104
---
105105

src/Adapter/PlatformServices.Shared/netstandard1.3/Utilities/ns13DeploymentUtilityBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ protected IEnumerable<string> Deploy(IList<DeploymentItem> deploymentItems, stri
183183
var filesToDeploy = new List<string>(1);
184184
filesToDeploy.Add(deploymentItemFile);
185185

186-
// Find dependencies of test deployment items and deploy them at the same time as master file.
186+
// Find dependencies of test deployment items and deploy them at the same time as the main file.
187187
if (deploymentItem.OriginType == DeploymentItemOriginType.PerTestDeployment &&
188188
this.AssemblyUtility.IsAssemblyExtension(Path.GetExtension(deploymentItemFile)))
189189
{

0 commit comments

Comments
 (0)