4 references to ManifestCacheFilePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
GenerateStaticWebAssetsManifest.cs (4)
126
var cacheFileExists = File.Exists(
ManifestCacheFilePath
);
129
File.ReadAllText(
ManifestCacheFilePath
) :
144
if (!string.IsNullOrEmpty(
ManifestCacheFilePath
))
146
File.WriteAllText(
ManifestCacheFilePath
, manifest.Hash);