Skip to content

Commit

Permalink
Update source-build team references (#5002)
Browse files Browse the repository at this point in the history
The @dotnet/source-build-internal team is being deprecated. All
references to it were updated.

Included the renaming of SourceBuild.props to the new naming convention,
DotNetBuild.props.

Related to dotnet/source-build#4645

Repo admins, please grant write access to @dotnet/product-construction
and @dotnet/source-build. This is needed for the CODEOWNERS changes.
Write access can be removed for @dotnet/source-build-internal.

---------

Co-authored-by: Matt Thalman <[email protected]>
  • Loading branch information
MichaelSimons and mthalman authored Oct 16, 2024
1 parent 1d4efd8 commit 2c736aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# have proper ownership.
/src/ @dotnet/dotnet-diag
/documentation/ @dotnet/dotnet-diag
/eng/SourceBuild.props @dotnet/source-build-internal
/eng/SourceBuildPrebuiltBaseline.xml @dotnet/source-build-internal
/eng/DotNetBuild.props @dotnet/product-construction
/eng/SourceBuildPrebuiltBaseline.xml @dotnet/source-build
2 changes: 1 addition & 1 deletion eng/SourceBuild.props → eng/DotNetBuild.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
<!-- When altering this file, include @dotnet/product-construction as a reviewer. -->

<Project>

Expand Down
2 changes: 1 addition & 1 deletion eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
<!-- When altering this file or making other Source Build related changes, include @dotnet/source-build as a reviewer. -->
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->

<UsageData>
Expand Down

0 comments on commit 2c736aa

Please sign in to comment.