From 3ede07253241e0f1b69102d866340bd2a29b5b9f Mon Sep 17 00:00:00 2001 From: Oleksandr Didyk Date: Thu, 1 Jun 2023 12:26:48 +0000 Subject: [PATCH 1/2] add review comment to sb files --- eng/SourceBuild.props | 2 ++ eng/SourceBuildPrebuiltBaseline.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props index 75124a0ba0..3b2720bbf0 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -1,3 +1,5 @@ + + diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml index 26918f1556..2a571b3e57 100644 --- a/eng/SourceBuildPrebuiltBaseline.xml +++ b/eng/SourceBuildPrebuiltBaseline.xml @@ -1,3 +1,6 @@ + + + From f3c7f0abb7a4684ddaca7d0d4a08980a631d1581 Mon Sep 17 00:00:00 2001 From: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:16:02 -0700 Subject: [PATCH 2/2] Update CODEOWNERS to enforce reviews --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b638e2c575..c57d36105c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,3 +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