4 references to ManifestCacheFilePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
GenerateStaticWebAssetsManifest.cs (4)
127
var cacheFileExists = File.Exists(
ManifestCacheFilePath
);
130
File.ReadAllText(
ManifestCacheFilePath
) :
145
if (!string.IsNullOrEmpty(
ManifestCacheFilePath
))
147
File.WriteAllText(
ManifestCacheFilePath
, manifest.Hash);