42 references to DotnetPublishCommand
dotnet.Tests (15)
CommandTests\Publish\GivenDotnetPublishPublishesProjects.cs (12)
33
new
DotnetPublishCommand
(Log)
56
new
DotnetPublishCommand
(Log)
72
new
DotnetPublishCommand
(Log)
87
new
DotnetPublishCommand
(Log)
278
new
DotnetPublishCommand
(Log)
293
new
DotnetPublishCommand
(Log)
315
new
DotnetPublishCommand
(Log)
339
new
DotnetPublishCommand
(Log)
366
new
DotnetPublishCommand
(Log, "--no-build")
396
new
DotnetPublishCommand
(Log)
409
var cmd = new
DotnetPublishCommand
(Log)
430
new
DotnetPublishCommand
(Log)
CommandTests\Store\GivenDotnetStoresAndPublishesProjects.cs (3)
48
new
DotnetPublishCommand
(Log,
87
new
DotnetPublishCommand
(Log,
142
new
DotnetPublishCommand
(Log,
EndToEnd.Tests (2)
ProjectBuildTests.cs (2)
108
new
DotnetPublishCommand
(Log, publishArgs)
146
new
DotnetPublishCommand
(Log, publishArgs)
Microsoft.NET.Build.Tests (3)
ArtifactsOutputPathTests.cs (3)
287
new
DotnetPublishCommand
(Log, "-f", targetFramework)
371
new
DotnetPublishCommand
(Log)
568
new
DotnetPublishCommand
(Log)
Microsoft.NET.Pack.Tests (1)
GivenThatWeWantToPackAHelloWorldProject.cs (1)
170
var publishCommand = new
DotnetPublishCommand
(Log, helloWorldAsset.TestRoot);
Microsoft.NET.Publish.Tests (19)
GivenThatWeWantToPublishAHelloWorldProject.cs (10)
437
new
DotnetPublishCommand
(Log, helloWorldAsset.TestRoot)
460
new
DotnetPublishCommand
(Log, helloWorldAsset.TestRoot)
517
new
DotnetPublishCommand
(Log)
539
var publishCommand = new
DotnetPublishCommand
(Log, helloWorldAsset.TestRoot);
561
new
DotnetPublishCommand
(Log, helloWorldAsset.TestRoot)
592
new
DotnetPublishCommand
(Log, helloWorldAsset.TestRoot)
619
new
DotnetPublishCommand
(Log, $"-p:DebugSymbols={debugSymbols}")
644
new
DotnetPublishCommand
(Log)
687
var publishCommand = new
DotnetPublishCommand
(Log, helloWorldAsset.Path);
1096
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
GivenThatWeWantToPublishAnAotApp.cs (1)
942
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
GivenThatWeWantToTestAMultitargetedSolutionWithPublishReleaseOrPackRelease.cs (3)
252
var dotnetCommand = new
DotnetPublishCommand
(Log);
318
new
DotnetPublishCommand
(Log)
334
new
DotnetPublishCommand
(Log)
RuntimeIdentifiersTests.cs (5)
215
var publishCommand = new
DotnetPublishCommand
(Log);
246
var publishCommand = new
DotnetPublishCommand
(Log);
283
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
329
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
379
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testAsset.TestRoot, testProject.Name));
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (2)
WasmPublishIntegrationTest.cs (2)
1243
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testInstance.TestRoot, "blazorhosted"));
1268
var publishCommand = new
DotnetPublishCommand
(Log, Path.Combine(testInstance.TestRoot, "blazorhosted"));