1 instantiation of CleanCommand
dotnet (1)
Commands\Clean\CleanCommand.cs (1)
35
static (msbuildArgs, msbuildPath) => new
CleanCommand
(msbuildArgs, msbuildPath),
6 references to CleanCommand
dotnet (1)
Commands\Clean\CleanCommandParser.cs (1)
69
command.SetAction(
CleanCommand
.Run);
dotnet.Tests (5)
CommandTests\MSBuild\GivenDotnetCleanInvocation.cs (5)
4
using CleanCommand = Microsoft.DotNet.Cli.Commands.Clean.
CleanCommand
;
22
((
CleanCommand
)
CleanCommand
.FromArgs(new string[] { "<project>" }, msbuildPath))
59
((
CleanCommand
)
CleanCommand
.FromArgs(args, msbuildPath))