Skip to content

Commit fa915de

Browse files
authored
Fix CODEOWNERS for CLI commands directories (#51668)
1 parent d0a3c48 commit fa915de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf
3232

3333
# Area-Format
34-
/src/Cli/dotnet/commands/dotnet-format @phil-allen-msft
34+
/src/Cli/dotnet/Commands/Format @phil-allen-msft
3535
/test/dotnet-format.UnitTests @phil-allen-msft
3636

3737
# Area-NuGet
@@ -47,21 +47,21 @@
4747
/test/dotnet.Tests/CommandTests/Restore @dotnet/nuget-team
4848

4949
# Area-FSharp
50-
/src/Cli/dotnet/commands/dotnet-fsi @dotnet/fsharp
50+
/src/Cli/dotnet/Commands/Fsi @dotnet/fsharp
5151
/test/dotnet-fsi.Tests @dotnet/fsharp
5252

5353
# Area-DotNet Test
54-
/src/Cli/dotnet/commands/dotnet-test @dotnet/dotnet-testing-admin
55-
/src/Cli/dotnet/commands/dotnet-vstest @dotnet/dotnet-testing-admin
56-
/test/dotnet-test.Tests @dotnet/dotnet-testing-admin
57-
/test/dotnet-vstest.Tests @dotnet/dotnet-testing-admin
54+
/src/Cli/dotnet/Commands/Test @dotnet/dotnet-testing-admin
55+
/src/Cli/dotnet/Commands/VSTest @dotnet/dotnet-testing-admin
56+
/test/dotnet.Tests/CommandTests/Test @dotnet/dotnet-testing-admin
57+
/test/dotnet.Tests/CommandTests/VSTest @dotnet/dotnet-testing-admin
5858
/test/dotnet-new.IntegrationTests @dotnet/dotnet-testing-admin
5959
/template_feed/Microsoft.DotNet.Common.*/content/MSTest* @dotnet/dotnet-testing-admin
6060
/template_feed/Microsoft.DotNet.Common.*/content/NUnit* @dotnet/dotnet-testing-admin
6161
/template_feed/Microsoft.DotNet.Common.*/content/XUnit* @dotnet/dotnet-testing-admin
6262

6363
# Area-Templates
64-
/src/Cli/dotnet/commands/dotnet-new @dotnet/templating-engine-maintainers
64+
/src/Cli/dotnet/Commands/New @dotnet/templating-engine-maintainers
6565
/src/Cli/Microsoft.TemplateEngine.Cli @dotnet/templating-engine-maintainers
6666
/test/dotnet-new.IntegrationTests @dotnet/templating-engine-maintainers
6767
/test/Microsoft.TemplateEngine.* @dotnet/templating-engine-maintainers
@@ -117,4 +117,4 @@
117117
# Area-Infrastructure
118118
.vsts-ci.yml @MiYanni
119119
.vsts-pr.yml @MiYanni
120-
/eng/pipelines @MiYanni
120+
/eng/pipelines @MiYanni

0 commit comments

Comments
 (0)