6 references to CleanCommand
EndToEnd.Tests (2)
GivenDotNetUsesMSBuild.cs (1)
37
new
CleanCommand
(Log, projectDirectory)
ProjectBuildTests.cs (1)
47
new
CleanCommand
(Log, projectPath)
Microsoft.NET.Clean.Tests (2)
GivenThatWeWantToCleanAProject.cs (2)
35
var cleanCommand = new
CleanCommand
(Log, testAsset.TestRoot);
55
var cleanCommand = new
CleanCommand
(Log, testAsset.TestRoot);
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssetsIntegrationTest.cs (1)
458
var clean = new
CleanCommand
(Log, ProjectDirectory.Path);
Microsoft.NET.ToolPack.Tests (1)
GivenThatWeWantToPackAToolProjectWithPackagedShim.cs (1)
211
var cleanCommand = new
CleanCommand
(Log, helloWorldAsset.TestRoot);