1 write to restoreActionConfig
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
62
restoreActionConfig
= new RestoreActionConfig(DisableParallel: parseResult.GetValue(ToolCommandRestorePassThroughOptions.DisableParallelOption),
3 references to restoreActionConfig
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
67
_toolLocalPackageInstaller = new ToolInstallLocalInstaller(parseResult, toolPackageDownloader, runtimeJsonPathForTests,
restoreActionConfig
);
dotnet.Tests (2)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
99
toolInstallCommand.
restoreActionConfig
.IgnoreFailedSources.Should().BeTrue();
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (1)
141
command._toolInstallLocalCommand.Value.
restoreActionConfig
.IgnoreFailedSources.Should().BeTrue();