7 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
GenerateStaticWebAssetEndpointsManifest.cs (7)
39
var manifestAbsolutePath = !string.IsNullOrEmpty(
ManifestPath
) ? TaskEnvironment.GetAbsolutePath(
ManifestPath
).Value :
ManifestPath
;
53
Log.LogMessage(MessageImportance.Low, "Skipping manifest generation because manifest file '{0}' is up to date.",
ManifestPath
);
58
Log.LogMessage(MessageImportance.Low, "Generating manifest file '{0}' because exclusion patterns changed from '{1}' to '{2}'.",
ManifestPath
,
65
Log.LogMessage(MessageImportance.Low, "Generating manifest file '{0}' because manifest file is missing or out of date.",
ManifestPath
);
113
Log.LogMessage(MessageImportance.Low, "Updating manifest timestamp '{0}'.",
ManifestPath
);