4 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
StaticWebAssetsGeneratePackManifest.cs (4)
75
string manifestPath = string.IsNullOrEmpty(
ManifestPath
) ?
ManifestPath
: TaskEnvironment.GetAbsolutePath(
ManifestPath
);
90
Log.LogMessage(MessageImportance.Low, $"Creating manifest because manifest file '{
ManifestPath
}' does not exist.");