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