5 references to OutputPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
ServiceWorker\GenerateServiceWorkerAssetsManifest.cs (5)
102var fileExists = File.Exists(OutputPath); 103var existingManifestHash = fileExists ? ComputeFileHash(File.ReadAllText(OutputPath)) : ""; 107Log.LogMessage(MessageImportance.Low, $"Creating manifest with content hash '{contentHash}' because manifest file '{OutputPath}' does not exist."); 108File.WriteAllText(OutputPath, content); 113File.WriteAllText(OutputPath, content);