4 references to CacheFilePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
GenerateStaticWebAssetEndpointsManifest.cs (4)
40
var cacheAbsolutePath = !string.IsNullOrEmpty(
CacheFilePath
) ? TaskEnvironment.GetAbsolutePath(
CacheFilePath
).Value :
CacheFilePath
;
48
if (!string.IsNullOrEmpty(
CacheFilePath
) && File.Exists(manifestAbsolutePath) && File.GetLastWriteTimeUtc(manifestAbsolutePath) > File.GetLastWriteTimeUtc(cacheAbsolutePath))