5 references to ExclusionPatternsCacheFilePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
GenerateStaticWebAssetEndpointsManifest.cs (5)
41
var exclusionCacheAbsolutePath = !string.IsNullOrEmpty(
ExclusionPatternsCacheFilePath
) ? TaskEnvironment.GetAbsolutePath(
ExclusionPatternsCacheFilePath
).Value :
ExclusionPatternsCacheFilePath
;
44
var existingPatternString = !string.IsNullOrEmpty(
ExclusionPatternsCacheFilePath
) && File.Exists(exclusionCacheAbsolutePath)
207
if (string.IsNullOrEmpty(
ExclusionPatternsCacheFilePath
))