Skip to content

Commit 2971950

Browse files
add review comment to sb files (#48566)
* add review comment to sb files * add CODEOWNERS entry for source-build
1 parent c42b0d6 commit 2971950

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/eng/common/ @dotnet-maestro-bot
1717
/eng/Versions.props @dotnet-maestro-bot @dotnet/aspnet-build @wtgodbe
1818
/eng/Version.Details.xml @dotnet-maestro-bot @dotnet/aspnet-build @wtgodbe
19+
/eng/SourceBuild* @dotnet/source-build-internal
1920
/src/Caching/ @captainsafia @halter73 @mgravell
2021
/src/Caching/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @captainsafia @halter73 @mgravell
2122
/src/Components/ @dotnet/aspnet-blazor-eng

eng/SourceBuild.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
2+
13
<Project>
24

35
<PropertyGroup>

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
2+
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
3+
14
<UsageData>
25
<IgnorePatterns>
36
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" />

0 commit comments

Comments
 (0)