mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Add Proxy Support for self-hosted runner. (#206)
This commit is contained in:
@@ -1688,10 +1688,6 @@ runs:
|
||||
_hc.SetSingleton<IRunnerPluginManager>(_pluginManager.Object);
|
||||
_hc.SetSingleton<IActionManifestManager>(actionManifest);
|
||||
|
||||
var proxy = new RunnerWebProxy();
|
||||
proxy.Initialize(_hc);
|
||||
_hc.SetSingleton<IRunnerWebProxy>(proxy);
|
||||
|
||||
_configurationStore = new Mock<IConfigurationStore>();
|
||||
_configurationStore
|
||||
.Setup(x => x.GetSettings())
|
||||
|
||||
Reference in New Issue
Block a user