Skip to content

Commit 826420c

Browse files
Apply suggestions from code review
Co-authored-by: Steve Pfister <[email protected]>
1 parent 98f1109 commit 826420c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
# ILLink and ReadyToRun targets and tasks owned by runtime team
6767
# Area-ILLink Area-ReadyToRun
6868
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets @dotnet/illink
69-
/src/Tasks/Microsoft.NET.Build.Tasks/PrepareForReadyToRunCompilation.cs @steveisok
70-
/src/Tasks/Microsoft.NET.Build.Tasks/RunReadyToRunCompiler.cs @steveisok
69+
/src/Tasks/Microsoft.NET.Build.Tasks/PrepareForReadyToRunCompilation.cs @dotnet/area-type-system-and-startup
70+
/src/Tasks/Microsoft.NET.Build.Tasks/RunReadyToRunCompiler.cs @dotnet/area-type-system-and-startup
7171
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs @dotnet/illink
72-
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishReadyToRun.cs @steveisok
72+
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishReadyToRun.cs @dotnet/area-type-system-and-startup
7373
# Publish.targets related to ILLink and ReadyToRun is own by both runtime and SDK team
74-
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets @dotnet/illink @steveisok @dotnet/dotnet-cli
74+
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets @dotnet/illink @dotnet/area-type-system-and-startup @dotnet/dotnet-cli
7575
# Area-ClickOnce
7676
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak
7777

0 commit comments

Comments
 (0)