4 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ReadStaticWebAssetsManifestFile.cs (4)
29
if (!File.Exists(
ManifestPath
))
31
Log.LogError($"Manifest file at '{
ManifestPath
}' not found.");
37
var manifest = StaticWebAssetsManifest.FromJsonBytes(File.ReadAllBytes(
ManifestPath
));
49
Log.LogErrorFromException(ex, showStackTrace: true, showDetail: true, file:
ManifestPath
);