Clean up + Removed old SignalR code

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-10-01 07:09:54 +02:00
parent 26ad4a332f
commit 3607dd14f1
9 changed files with 1 additions and 103 deletions

View File

@@ -68,7 +68,6 @@ namespace Umbraco.Tests.Integration.TestServerTest
builder.ConfigureServices((c, s) =>
{
c.HostingEnvironment = TestHelper.GetWebHostEnvironment();
s.AddSignalR();
});
// call startup
@@ -142,6 +141,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
.WithRuntimeMinifier()
.WithBackOffice()
.WithBackOfficeIdentity()
.WithPreview()
//.WithMiniProfiler() // we don't want this running in tests
.WithMvcAndRazor(mvcBuilding: mvcBuilder =>
{