Migrated scheduled publishing task to a hosted service.

This commit is contained in:
Andy Butland
2020-11-02 18:08:25 +01:00
parent 051dcccae7
commit 2f2da679a4
6 changed files with 162 additions and 152 deletions

View File

@@ -42,7 +42,6 @@ namespace Umbraco.Tests.Integration.Testing
{
base.Compose(composition);
composition.Components().Remove<SchedulerComponent>();
composition.Components().Remove<DatabaseServerRegistrarAndMessengerComponent>();
composition.Services.AddUnique<BackgroundIndexRebuilder, TestBackgroundIndexRebuilder>();
composition.Services.AddUnique<IRuntimeMinifier>(factory => Mock.Of<IRuntimeMinifier>());