Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 9a276f5

Browse files
committed
Fixed build
1 parent 569786c commit 9a276f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Deployer.Raspberry.NetFx/ContainerConfigurator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ where type.GetTypeInfo().ImplementedInterfaces.Contains(typeof(IDeploymentTask))
4444
block.Export<FileSystemOperations>().As<IFileSystemOperations>();
4545
block.Export<BcdInvokerFactory>().As<IBcdInvokerFactory>();
4646
block.Export<WindowsDeployer>().As<IWindowsDeployer>();
47-
block.Export<GitHubClient>().As<IGitHubClient>();
4847
block.Export<RaspberryDisklayoutPreparer>().As<IDisklayoutPreparer>();
4948
block.Export<ImageFlasher>().As<IImageFlasher>();
5049
block.Export<DismImageService>().As<IWindowsImageService>();

0 commit comments

Comments
 (0)