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