5 references to RestoreCommand
dotnet (3)
Commands\New\DotnetCommandCallbacks.cs (1)
41
return
RestoreCommand
.Run([pathToRestore, "-tlp:verbosity=quiet"]) == 0;
Commands\Restore\RestoreCommandParser.cs (1)
81
command.SetAction(
RestoreCommand
.Run);
Commands\Restore\RestoringCommand.cs (1)
135
return
RestoreCommand
.CreateForwarding(restoreMSBuildArgs, msbuildPath);
dotnet.Tests (2)
CommandTests\MSBuild\GivenDotnetRestoreInvocation.cs (2)
5
using RestoreCommand = Microsoft.DotNet.Cli.Commands.Restore.
RestoreCommand
;
53
((MSBuildForwardingApp)
RestoreCommand
.FromArgs(args, msbuildPath))