From 393b8f08c8a8fd19d1d431ad2f3f0e207b771b15 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 8 Feb 2019 11:09:09 +0000 Subject: [PATCH] Adds the plumbing back for when the new V8 compat SK is on our.umb --- src/Umbraco.Web/Composing/Composers/InstallerComposer.cs | 7 +++---- src/Umbraco.Web/Install/InstallStepCollection.cs | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs b/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs index f73491f1fb..4051dc0306 100644 --- a/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs +++ b/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs @@ -20,10 +20,9 @@ namespace Umbraco.Web.Composing.Composers composition.Register(Lifetime.Scope); composition.Register(Lifetime.Scope); - // TODO: Add these back once we have a compatible starter kit - //container.Register(Lifetime.Scope); - //container.Register(Lifetime.Scope); - //container.Register(Lifetime.Scope); + composition.Register(Lifetime.Scope); + composition.Register(Lifetime.Scope); + composition.Register(Lifetime.Scope); composition.Register(Lifetime.Scope); diff --git a/src/Umbraco.Web/Install/InstallStepCollection.cs b/src/Umbraco.Web/Install/InstallStepCollection.cs index fd8f248325..125572fef8 100644 --- a/src/Umbraco.Web/Install/InstallStepCollection.cs +++ b/src/Umbraco.Web/Install/InstallStepCollection.cs @@ -26,10 +26,9 @@ namespace Umbraco.Web.Install a.OfType().First(), a.OfType().First(), - // TODO: Add these back once we have a compatible starter kit - //orderedInstallerSteps.OfType().First(), - //orderedInstallerSteps.OfType().First(), - //orderedInstallerSteps.OfType().First(), + a.OfType().First(), + a.OfType().First(), + a.OfType().First(), a.OfType().First(), };