3 references to CreatePublishedApp
Microsoft.AspNetCore.Components.Testing.Tests (3)
GenerateE2EManifestTaskTests.cs (3)
100
CreatePublishedApp
(appsOutputDir, "MyApp", createExe: true);
127
CreatePublishedApp
(appsOutputDir, "MyApp", createExe: false);
169
CreatePublishedApp
(Path.Combine(appsOutputDir, "publish"), "MyApp", createExe: true);