Skip to content

Commit

Permalink
Fixed FetchGitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Mar 5, 2019
1 parent ac10937 commit 77090df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Source/Deployer.Lumia.NetFx/ContainerConfigurator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ where type.GetTypeInfo().ImplementedInterfaces.Contains(typeof(IDeploymentTask))
block.Export<ScriptRunner>().As<IScriptRunner>();
block.Export<InstanceBuilder>().As<IInstanceBuilder>();
block.ExportFactory((IPhone p) => new DeviceProvider { Device = p }).As<IDeviceProvider>();

block.Export<FileSystemOperations>().As<IFileSystemOperations>();
block.Export<BcdInvokerFactory>().As<IBcdInvokerFactory>();
block.Export<WindowsDeployer>().As<IWindowsDeployer>();
block.Export<GitHubClient>().As<IGitHubClient>();

WithRealPhone(block);

Expand Down
6 changes: 3 additions & 3 deletions Source/Deployer.Lumia/Scripts/950.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ConfigureBCD
InstallDevMenu "Core\Developer Menu\"
DeployWindows
CopyToBoot "Core\Boot\bootaa64.efi" "EFI\Boot\"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\Device Specifics\Talkman"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\msm8992\Pre-OOBE"
DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\README.md"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\Device Specifics\Talkman"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\msm8992\Pre-OOBE"
DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers\README.md"
6 changes: 3 additions & 3 deletions Source/Deployer.Lumia/Scripts/950xl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ConfigureBCD
InstallDevMenu "Core\Developer Menu\"
DeployWindows
CopyToBoot "Core\Boot\bootaa64.efi" "EFI\Boot\"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\Device Specifics\Cityman"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\msm8994\Pre-OOBE"
DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\README.md"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\Device Specifics\Cityman"
InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\msm8994\Pre-OOBE"
DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers\README.md"
2 changes: 1 addition & 1 deletion Source/DeployerPlatform

0 comments on commit 77090df

Please sign in to comment.