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