30 references to BuildCommand
dotnet.Tests (4)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs (1)
51new BuildCommand(Log, testProjectDirectory)
CommandTests\VSTest\VSTestTests.cs (3)
59new BuildCommand(Log, testProjectDirectory) 128new BuildCommand(Log, testProjectDirectory) 171new BuildCommand(Log, testProjectDirectory)
EndToEnd.Tests (4)
GivenDotNetUsesMSBuild.cs (1)
24new BuildCommand(Log, projectDirectory)
GivenNetFrameworkSupportsNetStandard2.cs (1)
17new BuildCommand(Log, projectDirectory)
ProjectBuildTests.cs (2)
36new BuildCommand(Log, projectPath) 75new BuildCommand(Log, projectPath)
Microsoft.NET.Build.Tests (20)
GivenThatAProjectHasntBeenRestored.cs (1)
33var buildCommand = new BuildCommand(Log, projectDirectory);
GivenThatWeWantToBuildALibrary.cs (1)
542var buildCommand = new BuildCommand(Log, Path.Combine(testAsset.Path, testProj.Name));
GivenThatWeWantToBuildANetCoreApp.cs (1)
1123var buildCommand = new BuildCommand(Log, Path.Combine(testAsset.Path, testProj.Name));
GivenThatWeWantToBuildAWindowsDesktopProject.cs (2)
167var buildCommand = new BuildCommand(Log, testDirectory); 283var buildCommand = new BuildCommand(Log, testDir.Path);
GivenThatWeWantToBuildWithARuntimeIdentifier.cs (2)
21var buildCommand = new BuildCommand(Log, testAsset.TestRoot, "App.sln"); 44var buildCommand = new BuildCommand(Log, testAsset.TestRoot, "App.sln");
GivenThatWeWantToBuildWithATargetPlatform.cs (1)
88var build = new BuildCommand(Log, Path.Combine(testAsset.Path, testProject.Name));
GivenThatWeWantToFloatWarningLevels.cs (1)
463var buildCommand = new BuildCommand(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
GivenThatWeWantToUsePlatformAnalyzers.cs (1)
279var buildCommand = new BuildCommand(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
GivenThatWeWantToUseVB.cs (1)
187var buildCommand = new BuildCommand(Log, testDirectory);
GivenWeWantToRequireWindowsForDesktopApps.cs (4)
151new BuildCommand(Log, testInstance.Path) 178var command = new BuildCommand(Log, Path.Combine(asset.Path, ProjectName)); 206var command = new BuildCommand(Log, Path.Combine(asset.Path, ProjectName)); 237var buildCommand = new BuildCommand(Log, Path.Combine(asset.Path, ProjectName));
ProjectConfigurationDescriptionTest.cs (1)
41var buildCommand = new BuildCommand(Log, Path.Combine(testAsset.Path, testProj.Name));
ReferenceExeTests.cs (4)
362new BuildCommand(Log, testProjectDirectory) 415var result = new BuildCommand(Log, mtpProjectDirectory).Execute(); 464var result = new BuildCommand(Log, consoleAppDirectory).Execute(); 548new BuildCommand(Log, mtpProjectDirectory)
Microsoft.NET.Publish.Tests (2)
GivenThatWeWantToPublishAnAotApp.cs (1)
584var buildCommand = new BuildCommand(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
GivenThatWeWantToPublishAProjectWithAllFeatures.cs (1)
145var buildCommand = new BuildCommand(Log, publishCommand.ProjectRootPath);