42 instantiations of DotnetPublishCommand
dotnet.Tests (15)
EndToEnd.Tests (2)
Microsoft.NET.Build.Tests (3)
Microsoft.NET.Pack.Tests (1)
Microsoft.NET.Publish.Tests (19)
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (2)
16 references to DotnetPublishCommand
Microsoft.NET.Pack.Tests (1)
Microsoft.NET.Publish.Tests (10)
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (4)
WasmPublishIntegrationTest.cs (4)
1243var publishCommand = new DotnetPublishCommand(Log, Path.Combine(testInstance.TestRoot, "blazorhosted"));
1268var publishCommand = new DotnetPublishCommand(Log, Path.Combine(testInstance.TestRoot, "blazorhosted"));
1380private void AssertRIDPublishOutput(DotnetPublishCommand command, TestAsset testInstance, bool hosted = false, bool selfContained = true)
1660public static DirectoryInfo GetOutputDirectory(this DotnetPublishCommand command, string targetFramework = "netcoreapp1.1", string configuration = "Debug", string runtimeIdentifier = "")
Microsoft.NET.TestFramework (1)