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
|
// The repos list is topologically sorted based on build order
|
||||||
"Common",
|
"Common",
|
||||||
"Configuration",
|
"Configuration",
|
||||||
"Caching",
|
|
||||||
"DataProtection",
|
|
||||||
"DependencyInjection",
|
"DependencyInjection",
|
||||||
|
"Microsoft.Data.Sqlite",
|
||||||
"EventNotification",
|
"EventNotification",
|
||||||
"Options",
|
"Options",
|
||||||
"Logging",
|
"Logging",
|
||||||
"Testing",
|
"UserSecrets",
|
||||||
"Diagnostics",
|
"DataProtection",
|
||||||
"Microsoft.Data.Sqlite",
|
"Caching",
|
||||||
"EntityFramework",
|
|
||||||
"FileSystem",
|
|
||||||
"HttpAbstractions",
|
"HttpAbstractions",
|
||||||
"Hosting",
|
"Testing",
|
||||||
"Helios",
|
"FileSystem",
|
||||||
"Antiforgery",
|
|
||||||
"Identity",
|
|
||||||
"Localization",
|
|
||||||
"Razor",
|
"Razor",
|
||||||
"RazorTooling",
|
"RazorTooling",
|
||||||
"Routing",
|
"Hosting",
|
||||||
"Mvc",
|
"EntityFramework",
|
||||||
"Scaffolding",
|
"Helios",
|
||||||
|
"WebListener",
|
||||||
|
"KestrelHttpServer",
|
||||||
|
"ServerTests",
|
||||||
|
"Diagnostics",
|
||||||
|
"Antiforgery",
|
||||||
|
"CORS",
|
||||||
"Security",
|
"Security",
|
||||||
|
"Routing",
|
||||||
|
"StaticFiles",
|
||||||
|
"WebSockets",
|
||||||
|
"Localization",
|
||||||
|
"Session",
|
||||||
|
"Mvc",
|
||||||
|
"Identity",
|
||||||
|
"Scaffolding",
|
||||||
"SignalR-Server",
|
"SignalR-Server",
|
||||||
"SignalR-SQLServer",
|
"SignalR-SQLServer",
|
||||||
"SignalR-Redis",
|
"SignalR-Redis",
|
||||||
"StaticFiles",
|
|
||||||
"WebListener",
|
|
||||||
"KestrelHttpServer",
|
|
||||||
"WebSockets",
|
|
||||||
"Session",
|
|
||||||
"UserSecrets",
|
|
||||||
"CORS",
|
|
||||||
"Entropy",
|
"Entropy",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue