From 1dd97b8956350afc0a0916110d978d1c69162846 Mon Sep 17 00:00:00 2001 From: Oleksandr Didyk Date: Thu, 1 Jun 2023 13:05:07 +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 a8b55f352ade9..c0ca9b21c9bb5 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -1,3 +1,5 @@ + + diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml index a6de405305083..6fc9593ba0f39 100644 --- a/eng/SourceBuildPrebuiltBaseline.xml +++ b/eng/SourceBuildPrebuiltBaseline.xml @@ -1,3 +1,6 @@ + + + From fb5d56f4f6e0bb8b050b12bb3cb7b271c72cf6e4 Mon Sep 17 00:00:00 2001 From: Oleksandr Didyk Date: Tue, 13 Jun 2023 07:43:21 +0000 Subject: [PATCH 2/2] add CODEOWNERS entry for source-build --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c61d15ed446b4..0c2c21335a806 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,6 +8,7 @@ docs/compilers @dotnet/roslyn-compiler docs/ide @dotnet/roslyn-ide eng/ @dotnet/roslyn-infrastructure +eng/SourceBuild* @dotnet/source-build-internal scripts/ @dotnet/roslyn-infrastructure src/Analyzers/ @dotnet/roslyn-ide