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