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