5 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
ReadStaticWebAssetsManifestFile.cs (5)
32
string manifestPath = string.IsNullOrEmpty(
ManifestPath
) ?
ManifestPath
: TaskEnvironment.GetAbsolutePath(
ManifestPath
);
36
Log.LogError($"Manifest file at '{
ManifestPath
}' not found.");
54
Log.LogErrorFromException(ex, showStackTrace: true, showDetail: true, file:
ManifestPath
);