4 references to ManifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
GenerateStaticWebAssetsManifest.cs (4)
132string absolutizedManifestPath = !string.IsNullOrWhiteSpace(ManifestPath) ? TaskEnvironment.GetAbsolutePath(ManifestPath) : ManifestPath; 146Log.LogMessage(MessageImportance.Low, $"Creating manifest because manifest file '{ManifestPath}' does not exist.");