@@ -61,7 +61,7 @@ MSBuild code that can change the way source build behaves.
6161### ` eng/SourceBuildPrebuiltBaseline.xml `
6262
6363``` xml
64- <!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
64+ <!-- Whenever altering this or other Source Build files, please include @dotnet/source-build as a reviewer. -->
6565<!-- See https://aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
6666
6767<UsageData >
@@ -86,7 +86,7 @@ Add the source build team as the
8686of the source build infrastructure.
8787
8888``` text
89- /eng/SourceBuild* @dotnet/source-build-internal
89+ /eng/SourceBuild* @dotnet/source-build
9090```
9191
9292### Trying it out locally
@@ -247,7 +247,7 @@ To opt in:
247247# ### End result
248248
249249Submit the changes above in a PR and include
250- [@source-build-internal ](https://github.com/orgs/dotnet/teams/source-build-internal )
250+ [@source-build](https://github.com/orgs/dotnet/teams/source-build)
251251as a reviewer. The jobs (or job, if managed-only) are automatically be added to
252252CI in the existing pipeline alongside existing jobs, with a name like `Build
253253Source-Build (<Platform>)` :
@@ -355,7 +355,7 @@ flow into `dotnet/installer`, a complete .NET product can be built from source.
355355The repository will be synchronized into the VMR during the first build and the
356356VMR will be built. This will validate that no prebuilts were added to the system
357357and everything is functioning correctly. Please notify
358- [@source-build-internal ](https://github.com/orgs/dotnet/teams/source-build-internal )
358+ [@source-build](https://github.com/orgs/dotnet/teams/source-build)
359359to be on the lookout for the new repo and they will validate as necessary.
360360
361361# # Additional resources
0 commit comments