3 references to ManifestPath
Microsoft.AspNetCore.Components.Testing.Tasks (3)
GenerateE2EManifest.cs (3)
177
var manifestDir = Path.GetDirectoryName(
ManifestPath
);
183
using var fileStream = File.Create(
ManifestPath
);
191
Log.LogMessage(MessageImportance.High, "Generated E2E manifest: {0}",
ManifestPath
);