Skip to content

Commit 0dde90b

Browse files
authored
Fix tests
1 parent a88089b commit 0dde90b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Cli/dotnet/commands/dotnet-tool/update/ToolUpdateGlobalOrToolPathCommand.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,8 @@ public ToolUpdateGlobalOrToolPathCommand(ParseResult parseResult,
3636

3737
_createShellShimRepository =
3838
createShellShimRepository ?? ShellShimRepositoryFactory.CreateShellShimRepository;
39-
40-
_restoreActionConfig = new RestoreActionConfig(DisableParallel: parseResult.GetValue(ToolCommandRestorePassThroughOptions.DisableParallelOption),
41-
NoCache: parseResult.GetValue(ToolCommandRestorePassThroughOptions.NoCacheOption),
42-
IgnoreFailedSources: parseResult.GetValue(ToolCommandRestorePassThroughOptions.IgnoreFailedSourcesOption),
43-
Interactive: parseResult.GetValue(ToolCommandRestorePassThroughOptions.InteractiveRestoreOption));
4439

4540
_toolInstallGlobalOrToolPathCommand = new ToolInstallGlobalOrToolPathCommand(
46-
4741
parseResult,
4842
_createToolPackageStoreDownloaderUninstaller,
4943
_createShellShimRepository,

0 commit comments

Comments
 (0)