Skip to content

Commit

Permalink
Register the TelemetryIdentifierStep
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Dec 16, 2020
1 parent 36cb342 commit cb04914
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public static Composition ComposeInstaller(this Composition composition)
composition.Register<NewInstallStep>(Lifetime.Scope);
composition.Register<UpgradeStep>(Lifetime.Scope);
composition.Register<FilePermissionsStep>(Lifetime.Scope);
composition.Register<TelemetryIdentifierStep>(Lifetime.Scope);
composition.Register<ConfigureMachineKey>(Lifetime.Scope);
composition.Register<DatabaseConfigureStep>(Lifetime.Scope);
composition.Register<DatabaseInstallStep>(Lifetime.Scope);
Expand Down

0 comments on commit cb04914

Please sign in to comment.