3 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
GenerateStaticWebAssetsDevelopmentManifest.cs (3)
41
AbsolutePath manifestPath = TaskEnvironment.GetAbsolutePath(
ManifestPath
);
44
Log.LogMessage(MessageImportance.Low, "Skipping manifest generation because manifest file '{0}' is up to date.",
ManifestPath
);
153
Log.LogMessage(MessageImportance.Low, "Creating manifest because manifest file '{0}' does not exist.",
ManifestPath
);