Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtak <34246760+mkArtakMSFT@users.noreply.github.com>2022-04-19 21:24:04 +0300
committerGitHub <noreply@github.com>2022-04-19 21:24:04 +0300
commite820c87be730196b1539a6ce3c76d42eedcd7d94 (patch)
treed7d36d287048d813124460e3fd2decfa0d17c5ce /.github
parentc094384b2d119e147a205851e7f457149c3bbfb8 (diff)
Remove some legacy folders and add area-grpc, area-web-frameworks (#41260)
Updated FabricBot mappings to: Remove MusicStore mapping (as the folder doesn't exist any more) Remove Blazor WASM template mapping, as the template has merged with the rest of the templates under ProjectTemplates Adds mappings for area-web-frameworks Adds mapping for area-grpc
Diffstat (limited to '.github')
-rw-r--r--.github/fabricbot.json31
1 files changed, 27 insertions, 4 deletions
diff --git a/.github/fabricbot.json b/.github/fabricbot.json
index b60ed9acd8..38bad4d89c 100644
--- a/.github/fabricbot.json
+++ b/.github/fabricbot.json
@@ -1476,8 +1476,13 @@
"pathFilter": [
"src/ProjectTemplates/",
"src/Razor/",
- "src/MusicStore/",
- "src/Mvc/"
+ "src/Mvc/Mvc.Localization/",
+ "src/Mvc/Mvc.DataAnnotations/",
+ "src/Mvc/Mvc.Razor.RuntimeCompilation/",
+ "src/Mvc/Mvc.Razor/",
+ "src/Mvc/Mvc.RazorPages/",
+ "src/Mvc/Mvc.TagHelpers/",
+ "src/Mvc/Mvc.ViewFeatures/"
]
},
{
@@ -1508,9 +1513,27 @@
]
},
{
- "label": "blazor-wasm",
+ "label": "area-grpc",
"pathFilter": [
- "src/ProjectTemplates/BlazorWasm.ProjectTemplates/"
+ "src/Grpc/"
+ ]
+ },
+ {
+ "label": "area-web-frameworks",
+ "pathFilter": [
+ "src/Mvc/Mvc.Abstractions/",
+ "src/Mvc/Mvc.Analyzers/",
+ "src/Mvc/Mvc.Api.Analyzers/",
+ "src/Mvc/Mvc.ApiExplorer/",
+ "src/Mvc/Mvc.Core/",
+ "src/Mvc/Mvc.Cors/",
+ "src/Mvc/Mvc.Formatters.Json/",
+ "src/Mvc/Mvc.Formatters.Xml/",
+ "src/Mvc/Mvc.NewtonsoftJson/",
+ "src/Mvc/Mvc.Testing.Tasks/src/",
+ "src/Mvc/Mvc.Testing/",
+ "src/Mvc/Mvc/",
+ "src/Mvc/perf/"
]
}
]