Add ServerTests repo to build list. Fix build list ordering.
This commit is contained in:
parent
3940873943
commit
3d06f3dfc2
|
|
@ -674,39 +674,40 @@ functions
|
|||
// The repos list is topologically sorted based on build order
|
||||
"Common",
|
||||
"Configuration",
|
||||
"Caching",
|
||||
"DataProtection",
|
||||
"DependencyInjection",
|
||||
"Microsoft.Data.Sqlite",
|
||||
"EventNotification",
|
||||
"Options",
|
||||
"Logging",
|
||||
"Testing",
|
||||
"Diagnostics",
|
||||
"Microsoft.Data.Sqlite",
|
||||
"EntityFramework",
|
||||
"FileSystem",
|
||||
"UserSecrets",
|
||||
"DataProtection",
|
||||
"Caching",
|
||||
"HttpAbstractions",
|
||||
"Hosting",
|
||||
"Helios",
|
||||
"Antiforgery",
|
||||
"Identity",
|
||||
"Localization",
|
||||
"Testing",
|
||||
"FileSystem",
|
||||
"Razor",
|
||||
"RazorTooling",
|
||||
"Routing",
|
||||
"Mvc",
|
||||
"Scaffolding",
|
||||
"Hosting",
|
||||
"EntityFramework",
|
||||
"Helios",
|
||||
"WebListener",
|
||||
"KestrelHttpServer",
|
||||
"ServerTests",
|
||||
"Diagnostics",
|
||||
"Antiforgery",
|
||||
"CORS",
|
||||
"Security",
|
||||
"Routing",
|
||||
"StaticFiles",
|
||||
"WebSockets",
|
||||
"Localization",
|
||||
"Session",
|
||||
"Mvc",
|
||||
"Identity",
|
||||
"Scaffolding",
|
||||
"SignalR-Server",
|
||||
"SignalR-SQLServer",
|
||||
"SignalR-Redis",
|
||||
"StaticFiles",
|
||||
"WebListener",
|
||||
"KestrelHttpServer",
|
||||
"WebSockets",
|
||||
"Session",
|
||||
"UserSecrets",
|
||||
"CORS",
|
||||
"Entropy",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue